index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
PromiseReaction.cpp
Age
Commit message (
Expand
)
Author
2021-11-14
LibJS: Annotate Promise implementation with spec comments
Linus Groh
2021-10-23
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Remove vm.construct and it's usages
Idan Horowitz
2021-10-20
LibJS: Convert NativeFunction callback to ThrowCompletionOr
Idan Horowitz
2021-08-23
LibJS: Set the function names for the resolve, reject, and executor
Timothy Flynn
2021-08-21
LibJS: Fix copy-paste mistake in GetCapabilitiesExecutor
Timothy Flynn
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-06-17
LibJS: Fix .length attributes of various native functions
Linus Groh
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-10
LibJS: Remove GlobalObject& argument from VM::construct()
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-02
LibJS: Add initial support for Promises
Linus Groh