index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
Value.cpp
Age
Commit message (
Expand
)
Author
2020-04-08
LibJS: Add Value::to_double() for convenience
Andreas Kling
2020-04-07
LibJS: Add Boolean constructor object
Jack Karamanian
2020-04-07
LibJS: Return false for NaN numbers in Value::to_boolean()
Jack Karamanian
2020-04-06
LibJS: Inline JS::Value()
Andreas Kling
2020-04-06
LibJS: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-05
LibJS: Implement exponentiation (** operator)
Linus Groh
2020-04-05
LibJS: Add support for floating point modulous
Brian Gianforcaro
2020-04-05
LibJS: Correctness fixes for bitwise_or, address FIXME's in test.
Brian Gianforcaro
2020-04-04
LibJS: Add NumberObject and make to_object() on number values create it
Andreas Kling
2020-04-04
LibJS: Add basic support for modulo (%) in binary expressions
Andreas Kling
2020-04-02
LibJS: Implement Infinity
Linus Groh
2020-04-02
LibJS: Implement unary plus / minus
Linus Groh
2020-04-01
LibJS: Make Value::as_object() return Object&
Andreas Kling
2020-03-31
LibJS: Use "%d" to stringify numeric values that are whole integers
Andreas Kling
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-29
LibJS: Handle empty strings and arrays in Value::to_number()
Linus Groh
2020-03-29
LibJS: Implement Math.abs()
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibJS: Oops, "instanceof" was backwards!
Andreas Kling
2020-03-28
LibJS: Implement the "instanceof" operator
Andreas Kling
2020-03-27
LibJS: Basic NaN support
Andreas Kling
2020-03-26
LibJS: Add Value::is_array()
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling