Timothy Flynn
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 anno fa |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 anno fa |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 anno fa |
Timothy Flynn
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
1 anno fa |
Linus Groh
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
2 anni fa |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 anni fa |
Linus Groh
|
58566d2a3f
LibJS: Add spec comments to SetConstructor
|
2 anni fa |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 anni fa |
Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 anni fa |
Timothy Flynn
|
85e313077a
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
|
2 anni fa |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 anni fa |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 anni fa |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 anni fa |
Linus Groh
|
ccdfa2320c
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
|
2 anni fa |
Linus Groh
|
999da617c5
LibJS: Remove GlobalObject from VM::this_value()
|
2 anni fa |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 anni fa |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 anni fa |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 anni fa |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 anni fa |
Linus Groh
|
95acb1ce88
LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers
|
3 anni fa |
Idan Horowitz
|
c2e0753d8a
LibJS: Convert SetConstructor functions to ThrowCompletionOr
|
3 anni fa |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anni fa |
Timothy Flynn
|
04b4307b3d
LibJS: Convert get_iterator_values helper to ThrowCompletionOr
|
3 anni fa |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 anni fa |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 anni fa |
Idan Horowitz
|
56e769e4ba
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
|
3 anni fa |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 anni fa |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
3 anni fa |