summaryrefslogtreecommitdiff
path: root/quickjs.c
Commit message (Expand)AuthorAge
* compilation fixHEADmasterFabrice Bellard2 days
* added Promise.try (saghul)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
* fixed operation order in js_obj_to_desc()Fabrice Bellard2025-04-28
* fixed the delete operator with global variablesFabrice Bellard2025-04-28
* added more C callbacks for exotic objects (#324)Fabrice Bellard2025-04-26
* more precise error location reportingFabrice Bellard2025-04-26
* 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 th...Fabrice Bellard2025-04-22
* fixed detached TypedArray handling in Atomics operationsFabrice Bellard2025-04-21
* fixed iterator close in Map/Set constructorFabrice 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 'with_get_r...Fabrice Bellard2025-04-16
* fixed destructuring operation order when defining variables - optimized more ...Fabrice Bellard2025-04-16
* 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 expressi...Fabrice Bellard2025-04-15
* String.prototype.localeCompare is added in JS_AddIntrinsicStringNormalize() a...Fabrice 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
* 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