davidot
|
a746739cb0
LibJS: Add an initialize binding hint to all initialize_binding methods
|
há 2 anos atrás |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
há 2 anos atrás |
Ben Wiederhake
|
8a331d4fa0
Everywhere: Move AK/Debug.h include to using files or remove
|
há 2 anos atrás |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
há 2 anos atrás |
Linus Groh
|
73efdb1cc4
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
|
há 2 anos atrás |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
há 2 anos atrás |
davidot
|
0c4befd811
LibJS: Use the source offset to sort imports in module
|
há 2 anos atrás |
davidot
|
d87676de8a
LibJS: Remove already resolved FIXME
|
há 2 anos atrás |
Andreas Kling
|
b81816a539
LibJS+LibWeb: Make CyclicModule.h not include AST.h
|
há 2 anos atrás |
Andreas Kling
|
e6331031c4
LibJS: Make Parser::Error a standalone ParserError class
|
há 2 anos atrás |
Andreas Kling
|
e0916dbb35
LibJS: Move {Import,Export}Entry out of {Import,Export}Statement
|
há 2 anos atrás |
networkException
|
fb6de442c6
LibJS: Add [[HostDefined]] field to Modules
|
há 2 anos atrás |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
há 2 anos atrás |
Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
há 2 anos atrás |
davidot
|
9f661d20f7
LibJS: Allow anonymous functions as default exports
|
há 2 anos atrás |
davidot
|
462c6df24b
LibJS: Only check for duplicate exports if they have a name
|
há 2 anos atrás |
davidot
|
3b1c3e574f
LibJS: Handle empty named export
|
há 2 anos atrás |
Linus Groh
|
56b2ae5ac0
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
|
há 2 anos atrás |
Linus Groh
|
275a7a0c0a
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
|
há 2 anos atrás |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
há 2 anos atrás |
Linus Groh
|
5398dcc55e
LibJS: Remove GlobalObject from execute() and related AST functions
|
há 2 anos atrás |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
há 2 anos atrás |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
há 2 anos atrás |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
há 3 anos atrás |
Linus Groh
|
29964dc152
LibJS: Use TRY(push_execution_context()) in places where we can recover
|
há 3 anos atrás |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
há 3 anos atrás |
Andreas Kling
|
85cf80507f
LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers
|
há 3 anos atrás |
Andreas Kling
|
fc04465fa3
LibJS: Remove unnecessary GlobalObject pointer from Environment
|
há 3 anos atrás |
davidot
|
f568939568
LibJS: Implement the import assertions proposal
|
há 3 anos atrás |
davidot
|
e0e4ead2c8
LibJS: Follow the spec with storing im- and export entries
|
há 3 anos atrás |