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
2023-04-14
LibJS: Port Value::get_method() to GCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_bigint() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_primitive_string() 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-30
LibJS: Add fast path to Value::to_u32() if Value is a positive i32
Andreas Kling
2023-03-01
LibJS: Make string_to_number() return double instead of Optional<Value>
Linus Groh
2023-02-26
LibJS: Allow to stringify empty Values without side effects
Hendiadyoin1
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-16
LibJS: Remove Value::to_deprecated_string_without_side_effects
Timothy Flynn
2023-02-16
LbJS: Convert exception-related usages of Value::TDSWOSE to String
Timothy Flynn
2023-02-16
LibJS: Define Value::to_string_without_side_effects for String
Timothy Flynn
2023-02-16
LibJS: Remove the VM parameter from the NumberToString AO
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-11
LibJS: Port Symbol to String
Linus Groh
2023-02-11
LibJS: Rename Symbol::to_deprecated_string() to descriptive_string()
Linus Groh
2023-01-29
LibJS: Propagate the OOM error from setting the String length property
Timothy Flynn
2023-01-26
LibJS: Make Value::typeof() return a StringView
Linus Groh
2023-01-15
LibJS: Port Value to-string methods to String
Timothy Flynn
2023-01-15
LibJS: Define Value::to_string to convert a Value to a String
Timothy Flynn
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Define number_to_string to convert a double to a String
Timothy Flynn
2023-01-15
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
LibJS: Let Utf16String be forward-declared in Value.h
Timothy Flynn
2022-12-14
LibJS: Convert SymbolObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert StringObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NumberObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BooleanObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BigIntObject::create() to NonnullGCPtr
Linus Groh
2022-12-12
LibJS: Use modulo() for modulo operations in Value.cpp
Linus Groh
2022-12-10
LibJS: Rename same_value_non_{numeric => number}() and handle BigInts
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::invoke_internal()
Linus Groh
2022-12-10
LibJS: Add spec comments to is_less_than()
Linus Groh
2022-12-10
LibJS: Add spec comments to is_strictly_equal()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value_non_numeric()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value_zero()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value()
Linus Groh
2022-12-10
LibJS: Add spec comments to ordinary_has_instance()
Linus Groh
2022-12-10
LibJS: Add spec comments to instance_of()
Linus Groh
2022-12-10
LibJS: Add spec comments to exp{,_double}()
Linus Groh
2022-12-10
LibJS: Add spec comments to mod()
Linus Groh
2022-12-10
LibJS: Add spec comments to div()
Linus Groh
2022-12-10
LibJS: Add spec comments to mul()
Linus Groh
2022-12-10
LibJS: Add spec comments to sub()
Linus Groh
2022-12-10
LibJS: Add spec comments to add()
Linus Groh
2022-12-10
LibJS: Add spec comments to unsigned_right_shift()
Linus Groh
2022-12-10
LibJS: Add spec comments to right_shift()
Linus Groh
[next]