| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The former implementation lacked symbols on the iterator objects without prototype. This is now fixed. The special handling for overriding `Symbol.iterator` was removed as it's very difficult to deal with this properly. Manipulating the symbols is just not supported.
|
@BridgeAR build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/613/pipeline |
Sorry, something went wrong.
|
@nodejs/util PTAL |
Sorry, something went wrong.
|
|
||
| function noPrototypeIterator(ctx, value, recurseTimes) { | ||
| let newVal; | ||
| // TODO: Create a Subclass in case there's no prototype and show |
There was a problem hiding this comment.
nit: /TODO:/TODO(@BridgeAR):
Sorry, something went wrong.
There was a problem hiding this comment.
Will fix while landing.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
The former implementation lacked symbols on the iterator objects without prototype. This is now fixed. The special handling for overriding `Symbol.iterator` was removed as it's very difficult to deal with this properly. Manipulating the symbols is just not supported. PR-URL: nodejs#22437 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
The former implementation lacked symbols on the iterator objects without prototype. This is now fixed. The special handling for overriding `Symbol.iterator` was removed as it's very difficult to deal with this properly. Manipulating the symbols is just not supported. PR-URL: #22437 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
The former implementation lacked symbols on the iterator objects without prototype. This is now fixed. The special handling for overriding `Symbol.iterator` was removed as it's very difficult to deal with this properly. Manipulating the symbols is just not supported. PR-URL: #22437 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
| Back | FazBrowse Home | New Git URL |
The former implementation lacked symbols on the iterator objects
without prototype. This is now fixed.
The special handling for overriding Symbol.iterator was removed as
it's very difficult to deal with this properly. Manipulating the
symbols is just not supported.
Checklist