| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|
|
|
| |
'with_get_ref_undef' opcode
|
|
|
|
| |
cases of variable definition in destructuring
|
| |
|
| |
|
|
|
|
| |
expression in assignments
|
|
|
|
| |
as it requires unicode normalization
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
top level because it is already defined (#370)
|
| |
|
|
|
|
| |
freed in free_zero_refcount()
|
|
|
|
| |
added Symbol as WeakMap key, WeakRef and FinalizationRegistry
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Charlie Gordon)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to fix corner cases (e.g. radix != 10) and to have correct behavior regardless of the libc implementation.
|
| |
|
| |
|
|
|
|
| |
JS_AddIntrinsicBigInt() (BigInt is now considered as a base object)
|
| |
|