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
/
PromiseConstructor.cpp
Age
Commit message (
Expand
)
Author
2023-04-15
LibJS: Port iterator_step() to GCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make well-known symbol getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-06
LibJS: Fix a few const-ness issues
Matthew Olsson
2023-02-16
LbJS: Convert exception-related usages of Value::TDSWOSE to String
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert AggregateError::create() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-09-15
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-09
LibJS: Implement proper Iterator records
Linus Groh
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2021-11-29
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
davidot
2021-11-14
LibJS: Don't coerce this value to object in Promise.resolve()
Linus Groh
2021-11-14
LibJS: Annotate Promise implementation with spec comments
Linus Groh
2021-10-23
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Remove now-redundant TemporaryClearException from Promise methods
Timothy Flynn
2021-10-21
LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expression
Timothy Flynn
2021-10-21
LibJS: Convert GetPromiseResolve AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
[next]