Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 سال پیش |
Linus Groh
|
daec065fde
LibJS: Move initialize_instance_elements() from VM to Object
|
2 سال پیش |
Hendiadyoin1
|
133faa0acc
LibJS: Remove FinishUnwind instruction
|
2 سال پیش |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 سال پیش |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 سال پیش |
Hendiadyoin1
|
fd6e75fd01
LibJS: Add a way to replace references to registers in Bytecode
|
2 سال پیش |
Hendiadyoin1
|
8c4717fc6e
LibJS: Add a debug_position helper to the Bytecode Interpreter
|
2 سال پیش |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 سال پیش |
Andreas Kling
|
2d33b2996f
LibJS: Teach GetVariable bytecode op to deal with global variable cache
|
2 سال پیش |
Hendiadyoin1
|
1e1bf84e6d
LibJS: Add a sanity check to bytecodes argument_list_evaluation
|
2 سال پیش |
Hendiadyoin1
|
490c097bc4
LibJS: Forward a string aproximation of the CallExpression to Call Ops
|
2 سال پیش |
Hendiadyoin1
|
3e65afa41a
LibJS: Show class name in the dump from the NewClass instruction
|
2 سال پیش |
Hendiadyoin1
|
baa4d69668
LibJS: Set class' source text in NewClass instruction
|
2 سال پیش |
Hendiadyoin1
|
89408d5f64
LibJS: Handle argument spreading in the bytecode vm
|
2 سال پیش |
Hendiadyoin1
|
ae52ae8f9f
LibJS: Add support for SpreadExpressions in array literals for bytecode
|
2 سال پیش |
Hendiadyoin1
|
4235b2020f
LibJS: Switch to array-calls in the bytecode vm
|
2 سال پیش |
Hendiadyoin1
|
21ae882cfd
LibJS: Implement SuperCall for the Bytecode-VM
|
2 سال پیش |
Hendiadyoin1
|
25be67299e
LibJS: Use builder.join in `to_string_impl()`s where applicable
|
2 سال پیش |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 سال پیش |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 سال پیش |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
2 سال پیش |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 سال پیش |
Linus Groh
|
f0b793db74
LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]
|
2 سال پیش |
Linus Groh
|
ccdfa2320c
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
|
2 سال پیش |
Linus Groh
|
ae9e031f56
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
|
2 سال پیش |
Linus Groh
|
275a7a0c0a
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
|
2 سال پیش |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 سال پیش |
Linus Groh
|
999da617c5
LibJS: Remove GlobalObject from VM::this_value()
|
2 سال پیش |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 سال پیش |
Linus Groh
|
5398dcc55e
LibJS: Remove GlobalObject from execute() and related AST functions
|
2 سال پیش |