Idan Horowitz
|
670be04c81
LibJS: Add the Set built-in object
|
4 년 전 |
Linus Groh
|
83be39c91a
LibJS: Handle Proxy with Array target in IsArray() abstract operation
|
4 년 전 |
Linus Groh
|
cd12b2aa57
LibJS: Implement the RequireObjectCoercible abstract operation
|
4 년 전 |
Idan Horowitz
|
eb0b1c432a
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
|
4 년 전 |
Andreas Kling
|
47a4b2ba9f
LibJS: Make Value::as_cell() return a Cell&
|
4 년 전 |
Andreas Kling
|
0de954e86b
LibJS: Make Cell::Visitor::visit_impl() take a Cell&
|
4 년 전 |
Andreas Kling
|
91656d63c7
LibJS: Inline Cell::Visitor::visit() functions
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Linus Groh
|
eedde500eb
LibJS: Replace MAX_U32 with NumericLimits<u32>::max()
|
4 년 전 |
Linus Groh
|
d6cffb82a2
LibJS: Move 'typeof' string functionality from AST to Value
|
4 년 전 |
Linus Groh
|
f418115f1b
LibJS: Add initial support for Promises
|
4 년 전 |
Andreas Kling
|
077406dc36
LibJS: Fix two issues with array (length > INT32_MAX)
|
4 년 전 |
Linus Groh
|
40eab55e7d
LibJS: Remove as_size_t()
|
4 년 전 |
Oleg Sikorskiy
|
a1014d25de
LibJS: Simplify positive/negative zero checks
|
4 년 전 |
Andreas Kling
|
7241ff3967
LibJS: *Actually* check for negative zero in JS::Value(double)
|
4 년 전 |
Andreas Kling
|
14d598fe7f
LibJS: Don't try to store negative zero as an Int32 JS::Value
|
4 년 전 |
Andreas Kling
|
c8382c32e9
LibJS: Split Value::Type::Number into Int32 and Double
|
4 년 전 |
Linus Groh
|
585123127e
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
|
4 년 전 |
Linus Groh
|
1b43a6ef2d
LibJS: Implement the GetMethod abstract operation
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 년 전 |