Linus Groh
|
4334a1b208
LibJS: Make Array.prototype.push() generic
|
5 年之前 |
Matthew Olsson
|
45dfa094e9
LibJS: Add getter/setter support
|
5 年之前 |
Linus Groh
|
36996bd720
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
|
5 年之前 |
Linus Groh
|
476094922b
LibJS: Pass Interpreter& to Value::to_number() et al.
|
5 年之前 |
Linus Groh
|
1a1394f7a2
LibJS: Change Value::to_object(Heap& -> Interpreter&)
|
5 年之前 |
mattco98
|
4ced126704
LibJS: Add symbol objects
|
5 年之前 |
Andreas Kling
|
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
|
5 年之前 |
Linus Groh
|
8137f40b73
LibJS: Add Value::is_integer()
|
5 年之前 |
Matthew Olsson
|
532d4bc0ab
LibJS: Spec-compliant equality comparisons
|
5 年之前 |
Linus Groh
|
eea62dd365
LibJS: Add Value::{is, as}_function()
|
5 年之前 |
Linus Groh
|
65dbe17dd7
LibJS: Add Value::to_size_t()
|
5 年之前 |
Andreas Kling
|
698652a548
LibJS: Make Value::as_string() return a PrimitiveString reference
|
5 年之前 |
Linus Groh
|
38ba13e912
LibJS: Implement Object.is()
|
5 年之前 |
Andreas Kling
|
35aea2e454
LibJS: Stop using Optional<Value> in favor of Value's empty state
|
5 年之前 |
Linus Groh
|
11728b7db5
LibJS: Implement 'in' operator
|
5 年之前 |
Linus Groh
|
396ecfa2d7
LibJS: Implement bitwise unsigned right shift operator (>>>)
|
5 年之前 |
Linus Groh
|
f0e7404480
LibJS: Implement bitwise left shift operator (<<)
|
5 年之前 |
Andreas Kling
|
e72a537033
LibJS: Make Value::m_type default to Type::Empty
|
5 年之前 |
Andreas Kling
|
fa30355194
LibJS: Adding two values should convert them to primitives first
|
5 年之前 |
Andreas Kling
|
63499c2c9f
LibJS: Pass the Interpreter& to binary/logical/unary helpers
|
5 年之前 |
Linus Groh
|
97de93eed1
LibJS: Add js_negative_infinity()
|
5 年之前 |
Andreas Kling
|
2ffa054574
LibJS: Add Value::to_double() for convenience
|
5 年之前 |
Andreas Kling
|
4fe14aab3b
LibJS: Inline JS::Value()
|
5 年之前 |
Andreas Kling
|
bdffc9e7fb
LibJS: Support array holes, encoded as empty JS::Value
|
5 年之前 |
Linus Groh
|
0403845d3e
LibJS: Implement exponentiation (** operator)
|
5 年之前 |
Andreas Kling
|
644ff1bbfd
LibJS: Add basic support for modulo (%) in binary expressions
|
5 年之前 |
Linus Groh
|
543c6e00db
LibJS: Implement Infinity
|
5 年之前 |
Linus Groh
|
a62230770b
LibJS: Implement unary plus / minus
|
5 年之前 |
Andreas Kling
|
1549c5c48b
LibJS: Make Value::as_object() return Object&
|
5 年之前 |
Linus Groh
|
d4e3688f4f
LibJS: Start implementing Date :^)
|
5 年之前 |