summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* compilation fixHEADmasterFabrice Bellard2 days
|
* update test resultsFabrice Bellard2 days
|
* added regexp modifiersFabrice Bellard2 days
|
* added Promise.try (saghul)Fabrice Bellard2 days
|
* better promise rejection tracker heuristics (#112)Fabrice Bellard2 days
|
* regexp: added v flag support - fixed corner cases of case insensitive matchingFabrice Bellard2 days
|
* added Float16Array (bnoordhuis) - optimized float16 conversion functionsFabrice Bellard13 days
|
* added RegExp.escape (bnoordhuis)Fabrice Bellard13 days
|
* avoid relying on 'FILE *' in JS_PrintValue() APIFabrice Bellard13 days
|
* added get_array_el3 opcode - removed to_propkey2 opcodeFabrice Bellard2025-04-30
|
* fixed use of JS_DumpValue()Fabrice Bellard2025-04-30
|
* added JS_PrintValue() and use it in console.log(), print() and the REPL (#256)Fabrice Bellard2025-04-30
|
* Object.prototype has an immutable prototypeFabrice Bellard2025-04-29
|
* simplified uncatchable exception handlingFabrice Bellard2025-04-29
|
* handle strings as module import and export namesFabrice Bellard2025-04-29
|
* update testsFabrice Bellard2025-04-28
|
* fixed operation order in js_obj_to_desc()Fabrice Bellard2025-04-28
|
* fixed the delete operator with global variablesFabrice Bellard2025-04-28
|
* fixed js_std_await() so that it behaves the same way as js_std_loop() (#402)Fabrice Bellard2025-04-28
|
* new releaseFabrice Bellard2025-04-26
|
* added more C callbacks for exotic objects (#324)Fabrice Bellard2025-04-26
|
* more precise error location reportingFabrice Bellard2025-04-26
|
* Merge pull request #393 from nickva/more-ci-targets-and-windows-fixesbellard2025-04-22
|\ | | | | More CI tragets: Linux 32bit, Windows and Cosmopolitan
| * More CI tragets: Linux 32bit, LTO, Windows and CosmopolitanNick Vatamaniuc2025-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Atomics support in Windows requires libwinpthread*.dll at runtime. One way to get it is to install it with MinGW package, and copy alongside the executable. Update test Makefile targets for windows executables. Allow running tests with Wine: `make WINE=wine CONFIG_WIN3=y ...`. That's useful when Wine binfmt support cannot be installed such as on the CI hosts. Add PPC64LE architecture and try to fix flaky multi-arch CI in gcc: https://github.com/tonistiigi/binfmt/issues/215
* | 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
|