-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
node-api: Add node_api_create_object_with_properties method #59953
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
Merged
nodejs-github-bot
merged 15 commits into
nodejs:main
from
miguelmarcondesf:45905/node-api-create-object
Oct 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b96fca7
node-api: add napi_create_object_with_properties
miguelmarcondesf 69ba24b
test: add tests for creating objects with properties in js-native-api
miguelmarcondesf cdf5313
node-api: add benchmark for new and old creation
miguelmarcondesf 1742953
doc: add napi_create_object_with_properties API
miguelmarcondesf 508a4bd
run format-cpp
miguelmarcondesf f90ad08
benchmark: streamline object creation with properties and improve arg…
miguelmarcondesf 3810e3b
node-api: update to use NAPI_EXPERIMENTAL
miguelmarcondesf 7a51c98
node-api: remove unnecessary branch
miguelmarcondesf 29959e7
node-api: convert nullptr to null
miguelmarcondesf d1c6519
test: asserting object is created with specified property
miguelmarcondesf af3d9ec
doc: add experimental flag
miguelmarcondesf 4ada4c2
test: test prototype with NULL value
miguelmarcondesf 8866c02
test: format NODE_API_CALL
miguelmarcondesf 8de7782
test: remove unnecesary var
miguelmarcondesf 000bfe7
node-api: add experimental flag for new method
miguelmarcondesf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
run format-cpp
- Loading branch information
commit 508a4bdcef86c66079a36b3834d5d7d129e3522b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.