| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I found some code, seems they should be submitted together with this PR. node/lib/internal/util/inspect.js Line 2008 in 6837a6d |
Sorry, something went wrong.
|
@Lxxyx Good catch! I added your suggestions. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Benchmark CI (util/inspect): https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/797/ (queued) |
Sorry, something went wrong.
PR-URL: #36526 Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #36526 Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #36526 Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #36526 Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #36526 Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Allows node internal function to iterate over strings without relying on String.prototype[Symbol.iterator] and %StringIteratorPrototype%.next, which may be mutated from user-land.
Checklist