Linus Groh
|
396ecfa2d7
LibJS: Implement bitwise unsigned right shift operator (>>>)
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
502d1f5165
LibJS: Implement bitwise right shift operator (>>)
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
f0e7404480
LibJS: Implement bitwise left shift operator (<<)
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
2a15323029
LibJS: Pass prototype to BooleanObject constructor
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
298c606200
LibJS: Pass prototype to StringObject constructor
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
cf702a13b9
LibJS: Pass prototype to NumberObject constructor
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
fa30355194
LibJS: Adding two values should convert them to primitives first
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
63499c2c9f
LibJS: Pass the Interpreter& to binary/logical/unary helpers
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
97de93eed1
LibJS: Add js_negative_infinity()
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
f226746394
LibJS: Handle Infinity in Value::to_number()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
ff33c5b286
LibJS: Let's show a few more decimals when stringifying numeric values
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
e5da1cc566
LibJS: Throw real TypeError, ReferenceError, etc objects
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
2ffa054574
LibJS: Add Value::to_double() for convenience
|
%!s(int64=5) %!d(string=hai) anos |
Jack Karamanian
|
edae926cb0
LibJS: Add Boolean constructor object
|
%!s(int64=5) %!d(string=hai) anos |
Jack Karamanian
|
57bd194e5a
LibJS: Return false for NaN numbers in Value::to_boolean()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
4fe14aab3b
LibJS: Inline JS::Value()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
bdffc9e7fb
LibJS: Support array holes, encoded as empty JS::Value
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
0403845d3e
LibJS: Implement exponentiation (** operator)
|
%!s(int64=5) %!d(string=hai) anos |
Brian Gianforcaro
|
b8cef3a2d3
LibJS: Add support for floating point modulous
|
%!s(int64=5) %!d(string=hai) anos |
Brian Gianforcaro
|
41bfff1abe
LibJS: Correctness fixes for bitwise_or, address FIXME's in test.
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
3a026a1ede
LibJS: Add NumberObject and make to_object() on number values create it
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
644ff1bbfd
LibJS: Add basic support for modulo (%) in binary expressions
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
543c6e00db
LibJS: Implement Infinity
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
a62230770b
LibJS: Implement unary plus / minus
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
1549c5c48b
LibJS: Make Value::as_object() return Object&
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
a8dc6501de
LibJS: Use "%d" to stringify numeric values that are whole integers
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
d4e3688f4f
LibJS: Start implementing Date :^)
|
%!s(int64=5) %!d(string=hai) anos |
Linus Groh
|
bad0556a59
LibJS: Handle empty strings and arrays in Value::to_number()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
2d3634d5f5
LibJS: Implement Math.abs()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
|
%!s(int64=5) %!d(string=hai) anos |