mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 06:54:26 +03:00
added set methods (bnoordhuis)
This commit is contained in:
@@ -183,7 +183,7 @@ RegExp.escape
|
||||
resizable-arraybuffer=skip
|
||||
rest-parameters
|
||||
Set
|
||||
set-methods=skip
|
||||
set-methods
|
||||
ShadowRealm=skip
|
||||
SharedArrayBuffer
|
||||
source-phase-imports-module-source=skip
|
||||
@@ -305,13 +305,6 @@ test262/test/built-ins/String/prototype/split/cstm-split-on-string-primitive.js
|
||||
test262/test/staging/sm/Array/frozen-dense-array.js
|
||||
|
||||
# not supported
|
||||
test262/test/staging/sm/Set/difference.js
|
||||
test262/test/staging/sm/Set/intersection.js
|
||||
test262/test/staging/sm/Set/is-disjoint-from.js
|
||||
test262/test/staging/sm/Set/is-subset-of.js
|
||||
test262/test/staging/sm/Set/is-superset-of.js
|
||||
test262/test/staging/sm/Set/symmetric-difference.js
|
||||
test262/test/staging/sm/Set/union.js
|
||||
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