diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2023-12-22 11:04:22 +0100 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2023-12-22 11:04:22 +0100 |
commit | 3ba181e6c6d659e85fd6a296c00eea7d29637112 (patch) | |
tree | 247c0aea33c6ff6b7a97a9109ce8776e008c5de4 /test262_errors.txt | |
parent | c3599515c87faea1bab5a0c95a93f45090ea2561 (diff) | |
download | quickjs-3ba181e6c6d659e85fd6a296c00eea7d29637112.tar.gz quickjs-3ba181e6c6d659e85fd6a296c00eea7d29637112.zip |
fixed define own property with writable=false on module namespace
Diffstat (limited to 'test262_errors.txt')
-rw-r--r-- | test262_errors.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test262_errors.txt b/test262_errors.txt index e595ea5..d66244d 100644 --- a/test262_errors.txt +++ b/test262_errors.txt @@ -18,7 +18,6 @@ test262/test/language/expressions/dynamic-import/usage-from-eval.js:26: strict m test262/test/language/expressions/optional-chaining/optional-call-preserves-this.js:21: TypeError: cannot read property 'c' of undefined test262/test/language/expressions/optional-chaining/optional-call-preserves-this.js:15: strict mode: TypeError: cannot read property '_b' of undefined test262/test/language/global-code/script-decl-lex-var-declared-via-eval-sloppy.js:13: Test262Error: variable Expected a SyntaxError to be thrown but no exception was thrown at all -test262/test/language/module-code/namespace/internals/define-own-property.js:30: Test262Error: Object.freeze: 1 Expected a TypeError to be thrown but no exception was thrown at all test262/test/language/statements/async-generator/yield-star-promise-not-unwrapped.js:25: TypeError: $DONE() not called test262/test/language/statements/async-generator/yield-star-promise-not-unwrapped.js:25: strict mode: TypeError: $DONE() not called test262/test/language/statements/async-generator/yield-star-return-then-getter-ticks.js:131: TypeError: $DONE() not called |