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
Age
Commit message (
Expand
)
Author
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: Remove unused JS_{DECLARE,DEFINE}_NATIVE_{GETTER,SETTER} 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
2021-10-17
LibJS: Convert to_property_key() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint_uint64() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint_int64() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_numeric() to ThrowCompletionOr
Idan Horowitz
2021-10-15
LibJS: Add comment clarifying the order of function properties
davidot
2021-10-15
LibJS: Fix that proxy always said that it had a [[Construct]] slot
davidot
2021-10-15
LibJS: Define length and name in function in correct order
davidot
2021-10-15
LibJS: Do not save state for peeking at the next token from the lexer
davidot
2021-10-15
LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessage
davidot
2021-10-15
LibJS: Fix null deref in ObjectProperty::dump()
davidot
2021-10-15
LibJS: Enable now working tests for duplicated variable declarations
davidot
2021-10-15
LibJS: Implement ShadowRealm.prototype.importValue()
Linus Groh
2021-10-15
LibJS: Don't return empty value from PromiseReactionJob::call(), for now
Linus Groh
2021-10-15
LibJS/Tests: Test ShadowRealm.prototype.evaluate() this value type check
Linus Groh
2021-10-15
LibJS: Fix typo in LHS Object and RHS BigInt loosely equals check
Luke Wilde
2021-10-14
LibJS: Use GlobalObject::associated_realm() for function object realms
Linus Groh
2021-10-14
LibJS: Add a way to get from a GlobalObject to its associated Realm
Linus Groh
2021-10-14
LibJS: Change normal_completion() parameter to Optional<Value>
Linus Groh
2021-10-14
LibJS: Implement ShadowRealm.prototype.evaluate()
Linus Groh
2021-10-14
LibJS: Implement ShadowRealm.prototype[@@toStringTag]
Linus Groh
[next]