Linus Groh
|
a4d85cd522
LibJS: Convert Promise::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
b42e293ddd
LibJS: Convert NativeFunction::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
1dd8655514
LibJS: Replace standalone js_symbol() with Symbol::create()
|
2 years ago |
Linus Groh
|
f490ba13ff
LibJS: Move creation of global symbols into Symbol.for()
|
2 years ago |
Linus Groh
|
d5457375e6
LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry
|
2 years ago |
Linus Groh
|
2c579ed0df
LibJS: Rename m_global_symbol_map to m_global_symbol_registry
|
2 years ago |
Linus Groh
|
daec065fde
LibJS: Move initialize_instance_elements() from VM to Object
|
2 years ago |
Linus Groh
|
1f4437ff2b
LibJS: Remove unused VM::join_arguments() function
|
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 |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
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 |
Andreas Kling
|
849499988e
LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO owner
|
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 |
Linus Groh
|
52543fc771
LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
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 |