index
:
quickjs
master
quickjs mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
compilation fix
HEAD
master
Fabrice Bellard
2 days
*
update test results
Fabrice Bellard
2 days
*
added regexp modifiers
Fabrice Bellard
2 days
*
added Promise.try (saghul)
Fabrice Bellard
2 days
*
better promise rejection tracker heuristics (#112)
Fabrice Bellard
2 days
*
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
*
added RegExp.escape (bnoordhuis)
Fabrice Bellard
13 days
*
avoid relying on 'FILE *' in JS_PrintValue() API
Fabrice Bellard
13 days
*
added get_array_el3 opcode - removed to_propkey2 opcode
Fabrice Bellard
2025-04-30
*
fixed use of JS_DumpValue()
Fabrice Bellard
2025-04-30
*
added JS_PrintValue() and use it in console.log(), print() and the REPL (#256)
Fabrice Bellard
2025-04-30
*
Object.prototype has an immutable prototype
Fabrice Bellard
2025-04-29
*
simplified uncatchable exception handling
Fabrice Bellard
2025-04-29
*
handle strings as module import and export names
Fabrice Bellard
2025-04-29
*
update tests
Fabrice Bellard
2025-04-28
*
fixed operation order in js_obj_to_desc()
Fabrice Bellard
2025-04-28
*
fixed the delete operator with global variables
Fabrice Bellard
2025-04-28
*
fixed js_std_await() so that it behaves the same way as js_std_loop() (#402)
Fabrice Bellard
2025-04-28
*
new release
Fabrice Bellard
2025-04-26
*
added more C callbacks for exotic objects (#324)
Fabrice Bellard
2025-04-26
*
more precise error location reporting
Fabrice Bellard
2025-04-26
*
Merge pull request #393 from nickva/more-ci-targets-and-windows-fixes
bellard
2025-04-22
|
\
|
*
More CI tragets: Linux 32bit, LTO, Windows and Cosmopolitan
Nick Vatamaniuc
2025-04-22
*
|
update tests
Fabrice Bellard
2025-04-22
*
|
run-test262: added $262.gc()
Fabrice Bellard
2025-04-22
*
|
fixed TypedArray.prototype.slice() when the buffers overlap
Fabrice Bellard
2025-04-22
*
|
fixed TypedArray.prototype.with with detached ArrayBuffer
Fabrice Bellard
2025-04-22
*
|
fixed GeneratorFunction prototype
Fabrice Bellard
2025-04-22
*
|
fixed RegExp.prototype[Symbol.split]
Fabrice Bellard
2025-04-22
*
|
fixed operation order in Object.prototype.propertyIsEnumerable()
Fabrice Bellard
2025-04-22
*
|
fix property ordering in the object returned by RegExp.prototype.exec()
Fabrice Bellard
2025-04-22
*
|
setters cannot have rest arguments
Fabrice Bellard
2025-04-22
*
|
future reserved keywords are forbidden in function name and arguments when th...
Fabrice Bellard
2025-04-22
|
/
*
added staging test262 tests
Fabrice Bellard
2025-04-21
*
fixed detached TypedArray handling in Atomics operations
Fabrice Bellard
2025-04-21
*
fixed iterator close in Map/Set constructor
Fabrice Bellard
2025-04-21
*
dtoa fix for minus zero
Fabrice Bellard
2025-04-21
*
fixed build_arg_list()
Fabrice Bellard
2025-04-21
*
fixed checks in Proxy defineProperty
Fabrice Bellard
2025-04-21
*
fixed Array.from() and TypedArray.from()
Fabrice Bellard
2025-04-21
*
the %TypedArray% Intrinsic Object should be a constructor
Fabrice Bellard
2025-04-21
*
fixed memory leak in String constructor
Fabrice Bellard
2025-04-16
*
fixed Proxy getOwnPropertyDescriptor with getters and setters
Fabrice Bellard
2025-04-16
*
removed atom leak introduced in commit 83530ac9
Fabrice Bellard
2025-04-16
*
added 'at' in Array.prototype[Symbol.unscopables]
Fabrice Bellard
2025-04-16
*
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
[next]