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
/
Value.cpp
Age
Commit message (
Expand
)
Author
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-01-31
LibJS: Implement BigInt IsLessThan according to the spec
Timothy Flynn
2022-01-31
LibJS: Implement BigInt loose-equality according to the spec
Timothy Flynn
2022-01-31
LibJS: Implement conversion of strings to BigInts according to the spec
Timothy Flynn
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-18
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
Nico Weber
2022-01-18
LibJS: Implement UTF-16 surrogate pair concatenation without iteration
Timothy Flynn
2022-01-18
LibJS: Combine UTF-16 surrogate pairs when concatenating strings
Timothy Flynn
2021-12-21
LibJS: Update spec numbers for Operations on Objects AOs
Timothy Flynn
2021-11-24
LibJS: Make section URLs more consistent
Linus Groh
2021-10-25
LibJS: Tweak Value::to_property_key() fast path for Int32
Andreas Kling
2021-10-25
LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides
Andreas Kling
2021-10-24
LibJS: Optimize Value::to_property_key() for numeric property names
Andreas Kling
2021-10-24
LibJS: Make Value::to_property_key() return a JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
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 to_integer_or_infinity() to ThrowCompletionOr
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: Fix typo in LHS Object and RHS BigInt loosely equals check
Luke Wilde
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_primitive() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_primitive_string() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_utf16_string() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-11
LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_string
Linus Groh
2021-10-07
LibJS: Take advantage of Value::Type::Int32 in a bunch of functions
Andreas Kling
2021-10-03
LibJS: Convert has_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert ordinary_to_primitive() to ThrowCompletionOr
Linus Groh
2021-10-02
LibJS: Use Vector<u16, 1> for UTF-16 in a few more places
Andreas Kling
[next]