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
Age
Commit message (
Expand
)
Author
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
2021-10-21
LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value
Linus Groh
2021-10-21
LibJS: Convert IterableToList AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Implement IteratorClose with Completions and align to the spec
Timothy Flynn
2021-10-21
LibJS: Convert get_iterator_values helper to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorValue AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorComplete AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorStep AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorNext AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Retrieve GetIterator's optional 'method' function using GetMethod
Timothy Flynn
2021-10-21
LibJS: Convert GetIterator AO to ThrowCompletionOr
Timothy Flynn
2021-10-20
LibJS: Use ClassFieldInitializerStatement for class fields
davidot
2021-10-20
LibJS: Add parsing and evaluation of private fields and methods
davidot
2021-10-20
LibJS: Add private references
davidot
2021-10-20
LibJS: Add slot [[PrivateElements]] and related methods to Object
davidot
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-10-20
LibJS: Make class definition evaluation more spec like in ordering
davidot
2021-10-20
LibJS: Remove ErrorType::FixmeAddAnErrorString
Linus Groh
2021-10-20
LibJS: Add ErrorTypes for Promise ownKeys trap invariant violations
Linus Groh
2021-10-20
LibJS: Add ErrorType for IterableToListOfType value type mismatch
Linus Groh
2021-10-20
LibJS: Add ErrorType for duplicate global environment binding
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Convert NativeFunction callback to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
Idan Horowitz
2021-10-20
LibJS: Add missing header in EnvironmentCoordinate.h
Ben Wiederhake
2021-10-18
LibJS: Convert Value operator AOs to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert is_loosely_equal() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert is_less_than() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert Value::get() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert PrototypeObject::typed_this_object() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert PrototypeObject::this_object() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_symbol_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_string_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_number_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert this_bigint_value() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Remove a bunch of forgotten exception checks after TRY_OR_DISCARD
Linus Groh
2021-10-18
LibJS: Convert to_index() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_length() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u8_clamp() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u8() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i8() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
[next]