Linus Groh
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 年 前 |
Idan Horowitz
|
81bdb20c61
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
|
3 年 前 |
Idan Horowitz
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 年 前 |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 年 前 |
Timothy Flynn
|
98d8a858cd
LibJS: Set the function names for the resolve, reject, and executor
|
3 年 前 |
Brian Gianforcaro
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
3 年 前 |
Idan Horowitz
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 年 前 |
Linus Groh
|
9555ca99a0
LibJS: Remove unnecessary value_or() from get()
|
4 年 前 |
Linus Groh
|
57f7e6e775
LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())'
|
4 年 前 |
Linus Groh
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
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 年 前 |