-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
napi: Property accessors and callback data (#68)
- Add support for property descriptors including accessor callbacks - Add a data pointer for function and accessor callbacks - Add API for defining a property using a property descriptor - Update the constructor API to use property descriptors
- Loading branch information
Showing
35 changed files
with
1,077 additions
and
482 deletions.
There are no files selected for viewing
This file contains 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 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.