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.h
Age
Commit message (
Expand
)
Author
2022-02-13
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
Andreas Kling
2022-02-13
LibJS: Avoid unnecessary ToObject conversion when resolving references
Anonymous
2022-02-13
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
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 conversion of strings to BigInts according to the spec
Timothy Flynn
2022-01-27
LibJS: Prevent implicit pointer-to-bool conversion in Value constructor
Timothy Flynn
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
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-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-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-09-25
LibJS: Add const Value::as_function()
Linus Groh
2021-09-24
LibJS: Rename abstract_relation() to is_less_than()
Linus Groh
2021-09-24
LibJS: Rename abstract_eq() to is_loosely_equal()
Linus Groh
2021-09-24
LibJS: Rename strict_eq() to is_strictly_equal()
Linus Groh
2021-09-23
LibJS: Convert get_method to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Convert is_regexp to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Switch is_array to ThrowCompletionOr
Idan Horowitz
2021-08-10
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
Timothy Flynn
2021-08-09
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
davidot
2021-07-22
LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors
Timothy Flynn
2021-07-21
LibJS: Use trunc instead of a static_cast<i64> in is_integral_number
Idan Horowitz
[next]