mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 06:54:26 +03:00
Iterator functions:
- removed memory leak - don't close iterator when IteratorStepValue fails - fixed Iterator Wrap next() and return() arguments - fixed Iterator.from()
This commit is contained in:
@@ -304,6 +304,9 @@ test262/test/built-ins/String/prototype/split/cstm-split-on-string-primitive.js
|
||||
# spec updates it in this case)
|
||||
test262/test/staging/sm/Array/frozen-dense-array.js
|
||||
|
||||
# does not match spec
|
||||
test262/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js
|
||||
|
||||
# not supported
|
||||
test262/test/staging/sm/extensions/censor-strict-caller.js
|
||||
test262/test/staging/sm/JSON/parse-with-source.js
|
||||
|
Reference in New Issue
Block a user