util: improve prototype inspection using `inspect()` and `showHidden` by BridgeAR · Pull Request #31113 · nodejs/node
The fast path for the prototype inspection had a bug that caused some prototype properties to be skipped that should in fact be inspected.
BridgeAR
added
the
author ready
label
Dec 31, 2019BridgeAR added a commit that referenced this pull request
Jan 2, 2020The 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>
BridgeAR added a commit that referenced this pull request
Jan 3, 2020The 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>
BridgeAR
deleted the
2019-12-27-fix-inspect-prototype
branch
BridgeAR added a commit to BridgeAR/node that referenced this pull request
Jan 22, 2020The 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: nodejs#31113 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
MylesBorins pushed a commit that referenced this pull request
Jan 30, 2020BethGriggs pushed a commit that referenced this pull request
Feb 6, 2020This 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