Linus Groh
|
8f1d13e73b
LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr
|
2 vuotta sitten |
Luke Wilde
|
f4be95af69
LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration
|
2 vuotta sitten |
Andreas Kling
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 vuotta sitten |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 vuotta sitten |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 vuotta sitten |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 vuotta sitten |
davidot
|
541637e15a
LibJS: Add using declaration support, RAII like operation in js
|
2 vuotta sitten |
davidot
|
a746739cb0
LibJS: Add an initialize binding hint to all initialize_binding methods
|
2 vuotta sitten |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 vuotta sitten |
Linus Groh
|
208be8b86d
LibJS: Convert new_function_environment() to NonnullGCPtr
|
2 vuotta sitten |
Linus Groh
|
107e06a396
LibJS: Convert new_declarative_environment() to NonnullGCPtr
|
2 vuotta sitten |
Linus Groh
|
03acbf0beb
LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr
|
2 vuotta sitten |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 vuotta sitten |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 vuotta sitten |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 vuotta sitten |
Linus Groh
|
b42e293ddd
LibJS: Convert NativeFunction::create() to NonnullGCPtr
|
2 vuotta sitten |
Linus Groh
|
73efdb1cc4
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
|
2 vuotta sitten |
Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
2 vuotta sitten |
Andreas Kling
|
2e98c17347
LibJS: Shrink DeclarativeEnvironment bindings vector to fit
|
2 vuotta sitten |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 vuotta sitten |
Linus Groh
|
daec065fde
LibJS: Move initialize_instance_elements() from VM to Object
|
2 vuotta sitten |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 vuotta sitten |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 vuotta sitten |
Luke Wilde
|
a1c1ab5f8d
LibJS: Switch to bytecode interpreter to run generator functions for AST
|
2 vuotta sitten |
Andreas Kling
|
835d7aac96
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
|
2 vuotta sitten |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 vuotta sitten |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
2 vuotta sitten |
Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 vuotta sitten |
Linus Groh
|
61bd9fef7d
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
|
2 vuotta sitten |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 vuotta sitten |