Matthew Olsson
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
2 年 前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
716c8bdc9d
LibJS: Convert PromiseReaction::create() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 年 前 |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
2 年 前 |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
2 年 前 |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 年 前 |
Linus Groh
|
d74f8039eb
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
|
2 年 前 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 年 前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年 前 |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 年 前 |
Linus Groh
|
47cdd90836
LibJS: Use new NativeFunction::create() in most places
|
3 年 前 |
Luke Wilde
|
4c1c6ef91c
LibJS: Setup host hooks and have promise jobs work out the realm
|
3 年 前 |
Timothy Flynn
|
59ca435172
LibJS: Use new construct AO overload where easily applicable
|
3 年 前 |
Linus Groh
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 年 前 |
Idan Horowitz
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 年 前 |
Idan Horowitz
|
e26d9f419b
LibJS: Remove vm.construct and it's usages
|
3 年 前 |
Idan Horowitz
|
ca27e5eff5
LibJS: Convert NativeFunction callback to ThrowCompletionOr
|
3 年 前 |
Timothy Flynn
|
98d8a858cd
LibJS: Set the function names for the resolve, reject, and executor
|
3 年 前 |
Timothy Flynn
|
cdf2854fdf
LibJS: Fix copy-paste mistake in GetCapabilitiesExecutor
|
3 年 前 |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 年 前 |
Linus Groh
|
d1c109be96
LibJS: Fix .length attributes of various native functions
|
4 年 前 |
Linus Groh
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
4 年 前 |
Andreas Kling
|
93a07ba962
LibJS: Remove GlobalObject& argument from VM::construct()
|
4 年 前 |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Linus Groh
|
f418115f1b
LibJS: Add initial support for Promises
|
4 年 前 |