node icon indicating copy to clipboard operation
node copied to clipboard

src: do not use deprecated V8 API

Open targos opened this issue 9 months ago • 5 comments

Namely:

  • v8::ObjectTemplate::SetAccessor(v8::Local<v8::String>, ...);
  • v8::ObjectTemplate::SetNativeDataProperty with AccessControl

Refs: https://github.com/v8/v8/commit/46c241eb99557fe8205acac5c526650c3847d180 Refs: https://github.com/v8/v8/commit/6ec883986bd417e2a42ddb960bd9449deb7e4639

targos avatar May 21 '24 11:05 targos