summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | update testsFabrice Bellard2025-04-22
| |
* | run-test262: added $262.gc()Fabrice Bellard2025-04-22
| |
* | fixed TypedArray.prototype.slice() when the buffers overlapFabrice Bellard2025-04-22
| |
* | fixed TypedArray.prototype.with with detached ArrayBufferFabrice Bellard2025-04-22
| |
* | fixed GeneratorFunction prototypeFabrice Bellard2025-04-22
| |
* | fixed RegExp.prototype[Symbol.split]Fabrice Bellard2025-04-22
| |
* | fixed operation order in Object.prototype.propertyIsEnumerable()Fabrice Bellard2025-04-22
| |
* | fix property ordering in the object returned by RegExp.prototype.exec()Fabrice Bellard2025-04-22
| |
* | setters cannot have rest argumentsFabrice Bellard2025-04-22
| |
* | future reserved keywords are forbidden in function name and arguments when ↵Fabrice Bellard2025-04-22
|/ | | | the function body is in strict mode
* added staging test262 testsFabrice Bellard2025-04-21
|
* fixed detached TypedArray handling in Atomics operationsFabrice Bellard2025-04-21
|
* fixed iterator close in Map/Set constructorFabrice Bellard2025-04-21
|
* dtoa fix for minus zeroFabrice Bellard2025-04-21
|
* fixed build_arg_list()Fabrice Bellard2025-04-21
|
* fixed checks in Proxy definePropertyFabrice Bellard2025-04-21
|
* fixed Array.from() and TypedArray.from()Fabrice Bellard2025-04-21
|
* the %TypedArray% Intrinsic Object should be a constructorFabrice Bellard2025-04-21
|
* fixed memory leak in String constructorFabrice Bellard2025-04-16
|
* fixed Proxy getOwnPropertyDescriptor with getters and settersFabrice Bellard2025-04-16
|
* removed atom leak introduced in commit 83530ac9Fabrice Bellard2025-04-16
|
* added 'at' in Array.prototype[Symbol.unscopables]Fabrice Bellard2025-04-16
|
* 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
* enabled os.Worker on Windows (bnoordhuis)Fabrice Bellard2025-04-14
|
* Merge pull request #400 from renatahodovan/fix-regexpbellard2025-04-14
|\ | | | | Define lre_check_timeout in fuzz_regexp
| * Define lre_check_timeout in fuzz_regexpRenata Hodovan2025-04-14
|/ | | | | Since #25aaa77, lre_check_timeout must be defined by the user. The patch adds this definition to the regexp fuzzer.
* String.prototype.localeCompare is added in JS_AddIntrinsicStringNormalize() ↵Fabrice Bellard2025-04-14
| | | | as it requires unicode normalization
* qjsc: added missing -fno-weakrefFabrice Bellard2025-04-14
|
* added column number in error messages - simplified parserFabrice Bellard2025-04-14
|
* optimized js_parse_class_default_ctor() (bnoordhuis)Fabrice Bellard2025-04-12
|
* fixed DUMP_BYTECODEFabrice Bellard2025-04-12
|
* fixed HTML comments (chqrlie)Fabrice Bellard2025-04-12
|
* - removed the 'use strip' extensionFabrice Bellard2025-04-12
| | | | | | - removed the JS_EVAL_FLAG_STRIP eval flag and replaced it with JS_SetStripInfo() which has simpler semantics. - qjs: added the '-s' and '--strip-source' options - qjsc: added the '-s' and '--keep-source' options
* indent fixFabrice Bellard2025-04-10
|
* workaround for #282Fabrice Bellard2025-04-10
|
* 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
|
* fixed JS_IsString() with ropesFabrice Bellard2025-04-10
|
* fixed the handling of unicode identifiersFabrice Bellard2025-04-10
|
* fixed break statement in the presence of labels (bnoordhuis) (#275)Fabrice Bellard2025-04-07
|
* added JS_GetAnyOpaque() (oleavr)Fabrice Bellard2025-04-07
|
* fixed buffer overflow in BJSON String and BigInt reader (#399)Fabrice Bellard2025-04-07
|
* fixed and improved Map/Set hashingFabrice Bellard2025-04-07
|
* qjs: added performance.now()Fabrice Bellard2025-04-07
|