v8 / node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
https://nodejs.org
Other
171 stars 66 forks source link

Don't use soon-to-be-deprecated V8 Api #182

Closed isheludko closed 6 months ago

isheludko commented 6 months ago

Namely v8::FunctionCallbackInfo::Holder(), one should use v8::FunctionCallbackInfo::This() instead. See https://crrev.com/c/5444829 for details.