-
Notifications
You must be signed in to change notification settings - Fork 465
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
objectwrap: implement missing descriptor definitions for symbols #280
Conversation
Implements descriptor definitions with symbols for `StaticMethod`, `StaticAccessor`, `InstanceAccessor`, `StaticValue`, `InstanceValue`. Ref: nodejs#279
Thanks for the PR, will try to review soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Implements descriptor definitions with symbols for `StaticMethod`, `StaticAccessor`, `InstanceAccessor`, `StaticValue`, `InstanceValue`. Ref: #279 PR-URL: #280 Refs: #279 Reviewed-By: Michael Dawson <[email protected]>
Sorry it took so long landed as 0a00e7c. As part of that updated to address errors due to the recent tightening of warnings. Also added doc for the new methods which we will be asking for going forward now that doc is complete in terms of existing coverage. |
No problem and thanks for adding missing documentation. |
Implements descriptor definitions with symbols for `StaticMethod`, `StaticAccessor`, `InstanceAccessor`, `StaticValue`, `InstanceValue`. Ref: nodejs/node-addon-api#279 PR-URL: nodejs/node-addon-api#280 Refs: nodejs/node-addon-api#279 Reviewed-By: Michael Dawson <[email protected]>
Implements descriptor definitions with symbols for `StaticMethod`, `StaticAccessor`, `InstanceAccessor`, `StaticValue`, `InstanceValue`. Ref: nodejs/node-addon-api#279 PR-URL: nodejs/node-addon-api#280 Refs: nodejs/node-addon-api#279 Reviewed-By: Michael Dawson <[email protected]>
Implements descriptor definitions with symbols for `StaticMethod`, `StaticAccessor`, `InstanceAccessor`, `StaticValue`, `InstanceValue`. Ref: nodejs/node-addon-api#279 PR-URL: nodejs/node-addon-api#280 Refs: nodejs/node-addon-api#279 Reviewed-By: Michael Dawson <[email protected]>
Implements descriptor definitions with symbols for `StaticMethod`, `StaticAccessor`, `InstanceAccessor`, `StaticValue`, `InstanceValue`. Ref: nodejs/node-addon-api#279 PR-URL: nodejs/node-addon-api#280 Refs: nodejs/node-addon-api#279 Reviewed-By: Michael Dawson <[email protected]>
Implements descriptor definitions with symbols for
StaticMethod
,StaticAccessor
,InstanceAccessor
,StaticValue
,InstanceValue
.Ref: #279