Skip to content

n-api: refine napi_get_property_names() doc - #20427

Closed
gabrielschulhof wants to merge 1 commit into
nodejs:masterfrom
gabrielschulhof:307-napi-get-property-names-doc
Closed

n-api: refine napi_get_property_names() doc#20427
gabrielschulhof wants to merge 1 commit into
nodejs:masterfrom
gabrielschulhof:307-napi-get-property-names-doc

Conversation

@gabrielschulhof

Copy link
Copy Markdown
Contributor

Document that only enumerable, string-keyed properties are returned.

Fixes: nodejs/abi-stable-node#307

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Document that only enumerable, string-keyed properties are returned.

Fixes: nodejs/abi-stable-node#307
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to Node.js documentation. dont-land-on-v4.x node-api Issues and PRs related to Node-API. labels Apr 30, 2018
@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Node.js Collaborators, please, add 👍 here if you approve fast-tracking.

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

@vsemozhetbyt vsemozhetbyt added fast-track PRs proposed for a shorter-than-standard waiting period before landing. author ready PRs with CI started, the required approvals, and no outstanding review comments. labels Apr 30, 2018

@mhdawson mhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AyushG3112

AyushG3112 commented Apr 30, 2018

Copy link
Copy Markdown
Contributor

Commit message nit: isn't the subsystem doc, and not n-api?

@gabrielschulhof

Copy link
Copy Markdown
Contributor Author

@AyushG3112 I'll land with doc.

@gabrielschulhof

Copy link
Copy Markdown
Contributor Author

Landed in 20eaee5.

gabrielschulhof pushed a commit that referenced this pull request Apr 30, 2018
Document that only enumerable, string-keyed properties are returned.

Fixes: nodejs/abi-stable-node#307
PR-URL: #20427
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
@gabrielschulhof
gabrielschulhof deleted the 307-napi-get-property-names-doc branch April 30, 2018 18:02
MylesBorins pushed a commit that referenced this pull request May 4, 2018
Document that only enumerable, string-keyed properties are returned.

Fixes: nodejs/abi-stable-node#307
PR-URL: #20427
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
@MylesBorins MylesBorins mentioned this pull request May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. doc Issues and PRs related to Node.js documentation. fast-track PRs proposed for a shorter-than-standard waiting period before landing. node-api Issues and PRs related to Node-API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document napi_get_property_names()

6 participants