-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
N-API: Add functions to delete properties #13924
Labels
node-api
Issues and PRs related to the Node-API.
Comments
@mhdawson I'd like to work on this. |
sounds good :) |
jasongin
changed the title
N-API: Add fundtions to delete properties
N-API: Add functions to delete properties
Jun 26, 2017
This was referenced Jun 26, 2017
cjihrig
added a commit
to cjihrig/node
that referenced
this issue
Jun 30, 2017
Refs: nodejs#13924 PR-URL: nodejs#13949 Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
addaleax
pushed a commit
to addaleax/node
that referenced
this issue
Jul 3, 2017
Refs: nodejs#13924 PR-URL: nodejs#13949 Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
addaleax
pushed a commit
to addaleax/node
that referenced
this issue
Jul 3, 2017
Fixes: nodejs#13924 PR-URL: nodejs#13934 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
gabrielschulhof
pushed a commit
to gabrielschulhof/node
that referenced
this issue
Apr 10, 2018
Refs: nodejs#13924 PR-URL: nodejs#13949 Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
gabrielschulhof
pushed a commit
to gabrielschulhof/node
that referenced
this issue
Apr 10, 2018
Fixes: nodejs#13924 PR-URL: nodejs#13934 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
This was referenced Sep 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be NAPI functions for deleting named properties and indexed properties:
So far only one of the top native modules scanned (couchbase) referenced v8::Object::Delete().
The N-API team will get to this based on priorities, but this is a good place for others to contribute as well. If you start working on this, assign the issue to yourself and add a comment that you are working on it.
The text was updated successfully, but these errors were encountered: