Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uptest: remove unused --expose-native-as V8 flag #25275
+1
−1
Conversation
nodejs-github-bot
added
the
test
label
Dec 29, 2018
addaleax
approved these changes
Dec 30, 2018
This comment has been minimized.
This comment has been minimized.
addaleax
added
the
author ready
label
Dec 30, 2018
cjihrig
approved these changes
Dec 31, 2018
antsmartian
approved these changes
Dec 31, 2018
This comment has been minimized.
This comment has been minimized.
|
Happy New Year! Thanks for the review and approvals! Thanks in advance! |
This comment has been minimized.
This comment has been minimized.
|
Landed in 2370bc7
Sometimes posting a comment to the PR helps as a reminder, so, thanks :) (Generally, once the |
addaleax
closed this
Jan 2, 2019
addaleax
added a commit
that referenced
this pull request
Jan 2, 2019
This comment has been minimized.
This comment has been minimized.
|
Thank you @addaleax ! |
addaleax
added a commit
that referenced
this pull request
Jan 5, 2019
hashseed
added a commit
to v8/node
that referenced
this pull request
Jan 7, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
Merged
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Jan 16, 2019
Merged
BethGriggs
added a commit
that referenced
this pull request
Apr 28, 2019
Merged
BethGriggs
added a commit
that referenced
this pull request
May 10, 2019
MylesBorins
added a commit
that referenced
this pull request
May 16, 2019
This was referenced May 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
peterwmwong commentedDec 29, 2018
test-preload.js was using a V8 flag (
--expose-native-as) that madean V8 internally used object available. As this test does not use this
object, this commit removes the usage of this flag.
In some distant past, this internally used object may have had some
external use, but currently is essentially an empty object.
In the near future, the V8 internal infrastructure (JS Natives)
producing the object exposed by
--expose-native-aswill be phased out.For more details, visit:
https://bugs.chromium.org/p/v8/issues/detail?id=7624
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes