Linus Groh
|
97de93eed1
LibJS: Add js_negative_infinity()
|
5 years ago |
Andreas Kling
|
2ffa054574
LibJS: Add Value::to_double() for convenience
|
5 years ago |
Andreas Kling
|
4fe14aab3b
LibJS: Inline JS::Value()
|
5 years ago |
Andreas Kling
|
bdffc9e7fb
LibJS: Support array holes, encoded as empty JS::Value
|
5 years ago |
Linus Groh
|
0403845d3e
LibJS: Implement exponentiation (** operator)
|
5 years ago |
Andreas Kling
|
644ff1bbfd
LibJS: Add basic support for modulo (%) in binary expressions
|
5 years ago |
Linus Groh
|
543c6e00db
LibJS: Implement Infinity
|
5 years ago |
Linus Groh
|
a62230770b
LibJS: Implement unary plus / minus
|
5 years ago |
Andreas Kling
|
1549c5c48b
LibJS: Make Value::as_object() return Object&
|
5 years ago |
Linus Groh
|
d4e3688f4f
LibJS: Start implementing Date :^)
|
5 years ago |
Andreas Kling
|
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
|
5 years ago |
Andreas Kling
|
14047ca432
LibJS: Add a global "Object" constructor
|
5 years ago |
Andreas Kling
|
a3d92b1210
LibJS: Implement the "instanceof" operator
|
5 years ago |
Andreas Kling
|
9a78b4af2c
LibJS: Basic NaN support
|
5 years ago |
Andreas Kling
|
d7073b9f3e
LibJS: Add Value::is_array()
|
5 years ago |
Andreas Kling
|
86642add2f
LibJS: Allow default-constructing a JS::Value (undefined)
|
5 years ago |
Andreas Kling
|
19452230cd
LibJS: Add "Heap" and "Runtime" subdirectories
|
5 years ago |