index
:
quickjs
master
quickjs mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test262_errors.txt
Commit message (
Expand
)
Author
Age
*
regexp: added v flag support - fixed corner cases of case insensitive matching
Fabrice Bellard
2 days
*
added Float16Array (bnoordhuis) - optimized float16 conversion functions
Fabrice Bellard
13 days
*
Object.prototype has an immutable prototype
Fabrice Bellard
2025-04-29
*
update tests
Fabrice Bellard
2025-04-28
*
update tests
Fabrice Bellard
2025-04-22
*
added staging test262 tests
Fabrice Bellard
2025-04-21
*
optimized and fixed JS_AtomIsNumericIndex1(): 'NaN' is also a number
Fabrice Bellard
2025-04-16
*
fixed 'with' access by adding HasPropery() calls - removed unused 'with_get_r...
Fabrice Bellard
2025-04-16
*
fixed destructuring operation order when defining variables - optimized more ...
Fabrice Bellard
2025-04-16
*
fixed destructuring parsing: do it only in assignment expressions
Fabrice Bellard
2025-04-16
*
more ToPropertyKey ordering changes
Fabrice Bellard
2025-04-15
*
spec update: ToPropertyKey() is now done after the evaluation of the expressi...
Fabrice Bellard
2025-04-15
*
fixed HTML comments (chqrlie)
Fabrice Bellard
2025-04-12
*
Fix exporting destructured variables (saghul) (#382)
Fabrice Bellard
2025-04-10
*
fixed class field named get or set
Fabrice Bellard
2025-04-10
*
changed js_throw_type_error ES5 workaround to be more compatible with test262
Fabrice Bellard
2025-04-10
*
removed invalid tests
Fabrice Bellard
2025-03-28
*
fixed exception handling in AsyncFromSyncIterator and async for of
Fabrice Bellard
2025-03-28
*
fixed typed array set operation when obj != receiver
Fabrice Bellard
2025-03-27
*
fixed set_date_field()
Fabrice Bellard
2025-03-27
*
update test262_errors.txt
Fabrice Bellard
2025-03-25
*
fixed JS_GetScriptOrModuleName() in direct or indirect eval code
Fabrice Bellard
2024-01-13
*
regexp: fixed the zero advance logic in quantifiers (github issue #158)
Fabrice Bellard
2024-01-10
*
optional chaining fixes (github issue #103)
Fabrice Bellard
2024-01-09
*
fixed regexp case insensitive flag
Fabrice Bellard
2024-01-08
*
fixed test262: derived-this-uninitialized-realm.js
Fabrice Bellard
2024-01-06
*
added 'in' operator for private fields
Fabrice Bellard
2024-01-02
*
fixed detached TypedArray in sort()
Fabrice Bellard
2023-12-27
*
use Unicode normalization in String.prototype.localeCompare
Fabrice Bellard
2023-12-22
*
'for of' expression cannot start with 'async'
Fabrice Bellard
2023-12-22
*
removed incorrect await in async yield*
Fabrice Bellard
2023-12-22
*
fixed define own property with writable=false on module namespace
Fabrice Bellard
2023-12-22
*
fixed async generator in case of exception in the implicit await in the 'retu...
Fabrice Bellard
2023-12-13
*
Fix AsyncGenerator.prototype.return error handling (bnoordhuis)
Fabrice Bellard
2023-12-13
*
raise an error if a private method is added twice to an object
Fabrice Bellard
2023-12-13
*
fixed duplicate static private setter/getter test
Fabrice Bellard
2023-12-09
*
Symbol.species is no longer used in TypedArray constructor from a TypedArray
Fabrice Bellard
2023-12-09
*
fixed delete super.x error
Fabrice Bellard
2023-12-09
*
reworked set property and fixed corner cases of typed array set property
Fabrice Bellard
2023-12-09
*
Implement extended named capture group identifiers (bnoordhuis)
Fabrice Bellard
2023-12-09
*
Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)
Fabrice Bellard
2023-12-09
*
Make Date methods argument coercion spec compliant (bnoordhuis)
Fabrice Bellard
2023-12-09
*
fixed negative zero date
Fabrice Bellard
2023-12-09
*
fixed private field setters (github issue #194)
Fabrice Bellard
2023-12-07
*
updated to unicode 15.0.0
Fabrice Bellard
2023-12-05
*
2021-03-27 release
bellard
2021-03-27
*
2020-11-08 release
bellard
2020-11-08
*
2020-07-05 release
bellard
2020-09-06
*
2020-04-12 release
bellard
2020-09-06
*
2020-03-16 release
bellard
2020-09-06
[next]