summaryrefslogtreecommitdiff
path: root/test262_errors.txt
Commit message (Collapse)AuthorAge
* regexp: added v flag support - fixed corner cases of case insensitive matchingFabrice Bellard3 days
|
* added Float16Array (bnoordhuis) - optimized float16 conversion functionsFabrice Bellard13 days
|
* Object.prototype has an immutable prototypeFabrice Bellard2025-04-29
|
* update testsFabrice Bellard2025-04-28
|
* update testsFabrice Bellard2025-04-22
|
* added staging test262 testsFabrice Bellard2025-04-21
|
* optimized and fixed JS_AtomIsNumericIndex1(): 'NaN' is also a numberFabrice Bellard2025-04-16
|
* fixed 'with' access by adding HasPropery() calls - removed unused ↵Fabrice Bellard2025-04-16
| | | | 'with_get_ref_undef' opcode
* fixed destructuring operation order when defining variables - optimized more ↵Fabrice Bellard2025-04-16
| | | | cases of variable definition in destructuring
* fixed destructuring parsing: do it only in assignment expressionsFabrice Bellard2025-04-16
|
* more ToPropertyKey ordering changesFabrice Bellard2025-04-15
|
* spec update: ToPropertyKey() is now done after the evaluation of the ↵Fabrice Bellard2025-04-15
| | | | expression in assignments
* fixed HTML comments (chqrlie)Fabrice Bellard2025-04-12
|
* Fix exporting destructured variables (saghul) (#382)Fabrice Bellard2025-04-10
|
* fixed class field named get or setFabrice Bellard2025-04-10
|
* changed js_throw_type_error ES5 workaround to be more compatible with test262Fabrice Bellard2025-04-10
|
* removed invalid testsFabrice Bellard2025-03-28
|
* fixed exception handling in AsyncFromSyncIterator and async for ofFabrice Bellard2025-03-28
|
* fixed typed array set operation when obj != receiverFabrice Bellard2025-03-27
|
* fixed set_date_field()Fabrice Bellard2025-03-27
|
* update test262_errors.txtFabrice Bellard2025-03-25
|
* fixed JS_GetScriptOrModuleName() in direct or indirect eval codeFabrice Bellard2024-01-13
|
* regexp: fixed the zero advance logic in quantifiers (github issue #158)Fabrice Bellard2024-01-10
|
* optional chaining fixes (github issue #103)Fabrice Bellard2024-01-09
|
* fixed regexp case insensitive flagFabrice Bellard2024-01-08
|
* fixed test262: derived-this-uninitialized-realm.jsFabrice Bellard2024-01-06
|
* added 'in' operator for private fieldsFabrice Bellard2024-01-02
|
* fixed detached TypedArray in sort()Fabrice Bellard2023-12-27
|
* use Unicode normalization in String.prototype.localeCompareFabrice Bellard2023-12-22
|
* 'for of' expression cannot start with 'async'Fabrice Bellard2023-12-22
|
* removed incorrect await in async yield*Fabrice Bellard2023-12-22
|
* fixed define own property with writable=false on module namespaceFabrice Bellard2023-12-22
|
* fixed async generator in case of exception in the implicit await in the ↵Fabrice Bellard2023-12-13
| | | | 'return' statement
* Fix AsyncGenerator.prototype.return error handling (bnoordhuis)Fabrice Bellard2023-12-13
|
* raise an error if a private method is added twice to an objectFabrice Bellard2023-12-13
|
* fixed duplicate static private setter/getter testFabrice Bellard2023-12-09
|
* Symbol.species is no longer used in TypedArray constructor from a TypedArrayFabrice Bellard2023-12-09
|
* fixed delete super.x errorFabrice Bellard2023-12-09
|
* reworked set property and fixed corner cases of typed array set propertyFabrice Bellard2023-12-09
|
* Implement extended named capture group identifiers (bnoordhuis)Fabrice Bellard2023-12-09
|
* Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)Fabrice Bellard2023-12-09
|
* Make Date methods argument coercion spec compliant (bnoordhuis)Fabrice Bellard2023-12-09
|
* fixed negative zero dateFabrice Bellard2023-12-09
|
* fixed private field setters (github issue #194)Fabrice Bellard2023-12-07
|
* updated to unicode 15.0.0Fabrice Bellard2023-12-05
|
* 2021-03-27 releasebellard2021-03-27
|
* 2020-11-08 releasebellard2020-11-08
|
* 2020-07-05 releasebellard2020-09-06
|
* 2020-04-12 releasebellard2020-09-06
|
* 2020-03-16 releasebellard2020-09-06
|