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

N-API: Add functions to delete properties #13924

Closed
mhdawson opened this issue Jun 26, 2017 · 2 comments
Closed

N-API: Add functions to delete properties #13924

mhdawson opened this issue Jun 26, 2017 · 2 comments
Assignees
Labels
node-api Issues and PRs related to the Node-API.

Comments

@mhdawson
Copy link
Member

mhdawson commented Jun 26, 2017

  • Version: ALL
  • Platform: ALL
  • Subsystem: N-API

There should be NAPI functions for deleting named properties and indexed properties:

napi_status napi_delete_property(napi_env env, napi_value object, napi_propertyname name);
napi_status napi_delete_element(napi_env env, napi_value object, uint32_t i);

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.

@mhdawson mhdawson changed the title N-API N-API: Add fundtions to delete properties Jun 26, 2017
@mscdex mscdex added the node-api Issues and PRs related to the Node-API. label Jun 26, 2017
@cjihrig
Copy link
Contributor

cjihrig commented Jun 26, 2017

@mhdawson I'd like to work on this.

@cjihrig cjihrig self-assigned this Jun 26, 2017
@mhdawson
Copy link
Member Author

sounds good :)

@jasongin jasongin changed the title N-API: Add fundtions to delete properties N-API: Add functions to delete properties 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>
@cjihrig cjihrig closed this as completed in 732ae41 Jul 1, 2017
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>
addaleax pushed a commit that referenced this issue Jul 11, 2017
Refs: #13924
PR-URL: #13949
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
addaleax pushed a commit that referenced this issue Jul 11, 2017
Fixes: #13924
PR-URL: #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>
addaleax pushed a commit that referenced this issue Jul 18, 2017
Refs: #13924
PR-URL: #13949
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
addaleax pushed a commit that referenced this issue Jul 18, 2017
Fixes: #13924
PR-URL: #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>
MylesBorins pushed a commit that referenced this issue Apr 16, 2018
Refs: #13924
Backport-PR-URL: #19447
PR-URL: #13949
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
Labels
node-api Issues and PRs related to the Node-API.
Projects
None yet
Development

No branches or pull requests

3 participants