Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

chakrashim: Fix SetAccessorProperty behavior #454

Merged
merged 2 commits into from
Jan 26, 2018

Conversation

kfarnung
Copy link
Contributor

FunctionTemplate asserts that it can get the external data from the
provided object. The assert was hitting because the caller was passing
in an empty Local<FunctionTemplate> object.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

chakrashim

@kfarnung kfarnung self-assigned this Jan 26, 2018
@kfarnung kfarnung requested review from boingoing and a team January 26, 2018 01:57
@kfarnung
Copy link
Contributor Author

Copy link
Contributor

@boingoing boingoing left a comment

Choose a reason for hiding this comment

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

👍

@kfarnung
Copy link
Contributor Author

kfarnung commented Jan 26, 2018

Fixed some lint issues.

Rerun CI: https://ci.nodejs.org/job/chakracore-test-pull-request/189/

Known issues:

PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
`FunctionTemplate` asserts that it can get the external data from the
provided object. The assert was hitting because the caller was passing
in an empty `Local<FunctionTemplate>` object.

PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
@kfarnung kfarnung merged commit eb45384 into nodejs:master Jan 26, 2018
@kfarnung kfarnung deleted the tempassert branch January 26, 2018 19:50
kfarnung added a commit that referenced this pull request Jan 26, 2018
`FunctionTemplate` asserts that it can get the external data from the
provided object. The assert was hitting because the caller was passing
in an empty `Local<FunctionTemplate>` object.

PR-URL: #454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 7, 2018
PR-URL: nodejs#454
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants