Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

isheludko
Copy link

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

Namely v8::FunctionCallbackInfo::Holder(), one should use This()
method instead.
See https://crrev.com/c/5444829 for details.
@isheludko isheludko requested a review from pthier April 26, 2024 13:30
@pthier pthier merged commit a5fd9af into v8:node-ci-2024-04-23 Apr 26, 2024
12 of 15 checks passed
victorgomes pushed a commit that referenced this pull request Jun 3, 2024
Namely v8::FunctionCallbackInfo::Holder(), one should use This()
method instead.
See https://crrev.com/c/5444829 for details.
pthier pushed a commit that referenced this pull request Jul 15, 2024
Namely v8::FunctionCallbackInfo::Holder(), one should use This()
method instead.
See https://crrev.com/c/5444829 for details.
victorgomes pushed a commit that referenced this pull request Aug 22, 2024
Namely v8::FunctionCallbackInfo::Holder(), one should use This()
method instead.
See https://crrev.com/c/5444829 for details.
pthier pushed a commit that referenced this pull request Oct 2, 2024
Namely v8::FunctionCallbackInfo::Holder(), one should use This()
method instead.
See https://crrev.com/c/5444829 for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants