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
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
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-04
LibJS: Add Value::operator==()
Linus Groh
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-26
LibJS: Implement the GetMethod() abstract operation as a Value method
Linus Groh
2021-06-26
LibJS: Implement the GetV() abstract operation
Linus Groh
2021-06-20
LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there
Linus Groh
2021-06-17
LibJS: Cast to i64 for is_integral_number
sin-ack
2021-06-17
LibJS: Add a bunch of numeric conversions to Value
Luke
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-13
LibJS: Move ValueTraits to Value.h and add special case for -0.0
Idan Horowitz
2021-06-10
LibJS: Explicitly return and accept a Function* in species_constructor
Idan Horowitz
2021-06-09
LibJS: Implement the CreateListFromArrayLike() abstract operation
Linus Groh
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-06
LibJS: Implement the RequireObjectCoercible abstract operation
Linus Groh
2021-06-05
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
Idan Horowitz
2021-05-25
LibJS: Make Value::as_cell() return a Cell&
Andreas Kling
2021-05-25
LibJS: Make Cell::Visitor::visit_impl() take a Cell&
Andreas Kling
2021-05-25
LibJS: Inline Cell::Visitor::visit() functions
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibJS: Replace MAX_U32 with NumericLimits<u32>::max()
Linus Groh
2021-04-02
LibJS: Move 'typeof' string functionality from AST to Value
Linus Groh
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-03-30
LibJS: Fix two issues with array (length > INT32_MAX)
Andreas Kling
2021-03-23
LibJS: Remove as_size_t()
Linus Groh
2021-03-23
LibJS: Simplify positive/negative zero checks
Oleg Sikorskiy
2021-03-22
LibJS: *Actually* check for negative zero in JS::Value(double)
Andreas Kling
2021-03-21
LibJS: Don't try to store negative zero as an Int32 JS::Value
Andreas Kling
2021-03-21
LibJS: Split Value::Type::Number into Int32 and Double
Andreas Kling
2021-03-03
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
Linus Groh
2021-03-02
LibJS: Implement the GetMethod abstract operation
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling