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 年之前 |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 年之前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年之前 |
Luke Wilde
|
c55a4c7f30
LibJS/Bytecode: Create global variables before setting them
|
3 年之前 |
Luke Wilde
|
12e3abc9e7
LibJS/Bytecode: Make setting failures throw only in strict mode
|
3 年之前 |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Luke Wilde
|
9ad807d08b
LibJS/Bytecode: Pass contains_direct_call_to_eval into ESFO::create
|
3 年之前 |
Luke Wilde
|
482a827346
LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Ali Mohammad Pur
|
007ffcd763
LibJS: Implement bytecode generation for all ObjectExpression properties
|
3 年之前 |