This repository was archived by the owner on Oct 15, 2020. It is now read-only.
chakrashim: Use JsCreateExternalObjectWithPrototype#429
Closed
obastemur wants to merge 1 commit intonodejs:masterfrom
Closed
chakrashim: Use JsCreateExternalObjectWithPrototype#429obastemur wants to merge 1 commit intonodejs:masterfrom
obastemur wants to merge 1 commit intonodejs:masterfrom
Conversation
Previously, Chakrashim was calling both JsCreateExternalObject and JsSetPrototype. JsSetPrototype is expensive to lazy call. Use combined JsCreateExternalObjectWithPrototype instead
2 tasks
Contributor
|
Taking over this change in #472. |
kfarnung
pushed a commit
to kfarnung/node-chakracore
that referenced
this pull request
Feb 22, 2018
Previously, Chakrashim was calling both JsCreateExternalObject and JsSetPrototype. JsSetPrototype is expensive to lazy call. Use combined JsCreateExternalObjectWithPrototype instead. PR-URL: nodejs#472 Refs: nodejs#429 Reviewed-By: Taylor Woll <[email protected]> Reviewed-By: Oguz Bastemur <[email protected]>
kfarnung
pushed a commit
to kfarnung/node-chakracore
that referenced
this pull request
Feb 23, 2018
Previously, Chakrashim was calling both JsCreateExternalObject and JsSetPrototype. JsSetPrototype is expensive to lazy call. Use combined JsCreateExternalObjectWithPrototype instead. PR-URL: nodejs#472 Refs: nodejs#429 Reviewed-By: Taylor Woll <[email protected]> Reviewed-By: Oguz Bastemur <[email protected]>
kfarnung
pushed a commit
to kfarnung/node-chakracore
that referenced
this pull request
Mar 6, 2018
Previously, Chakrashim was calling both JsCreateExternalObject and JsSetPrototype. JsSetPrototype is expensive to lazy call. Use combined JsCreateExternalObjectWithPrototype instead. PR-URL: nodejs#472 Refs: nodejs#429 Reviewed-By: Taylor Woll <[email protected]> Reviewed-By: Oguz Bastemur <[email protected]>
kfarnung
pushed a commit
to kfarnung/node-chakracore
that referenced
this pull request
Mar 7, 2018
Previously, Chakrashim was calling both JsCreateExternalObject and JsSetPrototype. JsSetPrototype is expensive to lazy call. Use combined JsCreateExternalObjectWithPrototype instead. PR-URL: nodejs#472 Refs: nodejs#429 Reviewed-By: Taylor Woll <[email protected]> Reviewed-By: Oguz Bastemur <[email protected]>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Previously, Chakrashim was calling both JsCreateExternalObject and JsSetPrototype.
JsSetPrototype is expensive to lazy call. Use combined JsCreateExternalObjectWithPrototype instead
needs chakra-core/ChakraCore#4267 to be merged.