-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
util: improve prototype inspection using inspect() and showHidden
#31113
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears b
8000
elow. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
jasnell
approved these changes
Dec 30, 2019
This comment has been minimized.
This comment has been minimized.
The fast path for the prototype inspection had a bug that caused some prototype properties to be skipped that should in fact be inspected.
f6bbe0f to
5546d95
Compare
Collaborator
Collaborator
Trott
approved these changes
Jan 1, 2020
Member
|
CITGM out of caution: https://ci.nodejs.org/job/citgm-smoker/2177/ ✅ |
BridgeAR
added a commit
that referenced
this pull request
Jan 2, 2020
The fast path for the prototype inspection had a bug that caused some prototype properties to be skipped that should in fact be inspected. PR-URL: #31113 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Member
Author
|
Landed in 7babffb 🎉 |
BridgeAR
added a commit
that referenced
this pull request
Jan 3, 2020
The fast path for the prototype inspection had a bug that caused some prototype properties to be skipped that should in fact be inspected. PR-URL: #31113 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Merged
Member
|
This needs a backport or other previous PRs to be backported in order to land on v12.x-staging. |
The fast path for the prototype inspection had a bug that caused some
prototype properties to be skipped that should in fact be inspected.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes