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.h
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
DevTools+LibJS+LibWeb: Change class_name to use StringView
Lenny Maiorani
2022-02-08
LibJS: Setup host hooks and have promise jobs work out the realm
Luke Wilde
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
davidot
2022-01-30
LibJS: Implement the import assertions proposal
davidot
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2021-11-29
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
davidot
2021-10-23
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
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