index
:
quickjs
master
quickjs mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quickjs.c
Commit message (
Expand
)
Author
Age
*
compilation fix
HEAD
master
Fabrice Bellard
2 days
*
added Promise.try (saghul)
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
*
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
*
added more C callbacks for exotic objects (#324)
Fabrice Bellard
2025-04-26
*
more precise error location reporting
Fabrice Bellard
2025-04-26
*
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
*
fixed detached TypedArray handling in Atomics operations
Fabrice Bellard
2025-04-21
*
fixed iterator close in Map/Set constructor
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
*
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
*
String.prototype.localeCompare is added in JS_AddIntrinsicStringNormalize() a...
Fabrice Bellard
2025-04-14
*
added column number in error messages - simplified parser
Fabrice Bellard
2025-04-14
*
optimized js_parse_class_default_ctor() (bnoordhuis)
Fabrice Bellard
2025-04-12
*
fixed DUMP_BYTECODE
Fabrice Bellard
2025-04-12
*
fixed HTML comments (chqrlie)
Fabrice Bellard
2025-04-12
*
- removed the 'use strip' extension
Fabrice Bellard
2025-04-12
*
indent fix
Fabrice Bellard
2025-04-10
*
workaround for #282
Fabrice Bellard
2025-04-10
*
Fix exporting destructured variables (saghul) (#382)
Fabrice Bellard
2025-04-10
*
fixed class field named get or set
Fabrice Bellard
2025-04-10
[next]