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.h
Age
Commit message (
Expand
)
Author
2020-04-08
LibJS: Add Value::to_double() for convenience
Andreas Kling
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-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-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibJS: Add a global "Object" constructor
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-20
LibJS: Allow default-constructing a JS::Value (undefined)
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling