-
Notifications
You must be signed in to change notification settings - Fork 72
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
v8::Object::CreationContext is deprecated #193
Comments
Here are all the warnings:
|
@addaleax what do you think we should do? |
For our purposes |
targos
added a commit
to nodejs/node
that referenced
this issue
Feb 28, 2021
Okay, I did that in nodejs/node@5db39ac |
ryzokuken
pushed a commit
to nodejs/node
that referenced
this issue
Mar 1, 2021
ryzokuken
pushed a commit
to nodejs/node
that referenced
this issue
Mar 2, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 2, 2021
targos
added a commit
to nodejs/node
that referenced
this issue
Mar 3, 2021
targos
added a commit
to targos/node
that referenced
this issue
Mar 3, 2021
targos
added a commit
to targos/node
that referenced
this issue
Mar 3, 2021
targos
added a commit
to nodejs/node
that referenced
this issue
Mar 7, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 7, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 8, 2021
targos
added a commit
to targos/node
that referenced
this issue
Mar 8, 2021
targos
added a commit
to nodejs/node
that referenced
this issue
Mar 9, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 9, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 10, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 11, 2021
targos
added a commit
to targos/node
that referenced
this issue
Mar 12, 2021
targos
added a commit
to nodejs/node
that referenced
this issue
Mar 12, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 12, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 13, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 14, 2021
nodejs-ci
pushed a commit
that referenced
this issue
Mar 15, 2021
targos
added a commit
to nodejs/node
that referenced
this issue
Mar 15, 2021
Fixes: nodejs/node-v8#193 PR-URL: #37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See v8/v8@b38bf5b.
The new API returns a
MaybeLocal
. IIUC, it's up to us to handle the case when it's empty (for example throw an error).The text was updated successfully, but these errors were encountered: