Andreas Kling
|
e70f944e11
LibJS: Rearrange ASTNode members so there's a padding hole at the end
|
2 years ago |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 years ago |
Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 years ago |
Linus Groh
|
daec065fde
LibJS: Move initialize_instance_elements() from VM to Object
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
davidot
|
8319d7ac06
LibJS: Fix that constant declaration in for loop was mutable in body
|
2 years ago |
Andreas Kling
|
0f1f925532
LibJS: Shrink Identifier's environment coordinate cache
|
2 years ago |
Andreas Kling
|
b0b022507b
LibJS: Reduce AST memory usage by shrink-wrapping source range info
|
2 years ago |
davidot
|
8fa6861f66
LibJS: Initialize functions in spec order
|
2 years ago |
davidot
|
385c2f2eb8
LibJS: Use correct this value for tagged template calls
|
2 years ago |
Andreas Kling
|
6ff9931dde
LibJS: Make Identifier::execute() actually use the lookup cache
|
2 years ago |
Andreas Kling
|
d7e5a2058d
LibJS: Cache access to bindings in the global environment
|
2 years ago |
leeight
|
0d96468e9b
LibJS: Implement RegExp legacy static properties
|
2 years ago |
Hendiadyoin1
|
490c097bc4
LibJS: Forward a string aproximation of the CallExpression to Call Ops
|
2 years ago |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 years ago |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
2 years ago |
Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 years ago |
davidot
|
462c6df24b
LibJS: Only check for duplicate exports if they have a name
|
2 years ago |
davidot
|
3b1c3e574f
LibJS: Handle empty named export
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 years ago |
Linus Groh
|
56b2ae5ac0
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
|
2 years ago |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 years ago |
Linus Groh
|
d74f8039eb
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
|
2 years ago |
Linus Groh
|
ccdfa2320c
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
|
2 years ago |
Linus Groh
|
ae9e031f56
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
|
2 years ago |
Linus Groh
|
275a7a0c0a
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |