summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Value.h
AgeCommit message (Expand)Author
2021-04-02LibJS: Move 'typeof' string functionality from AST to ValueLinus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling
2021-03-23LibJS: Remove as_size_t()Linus Groh
2021-03-23LibJS: Simplify positive/negative zero checksOleg Sikorskiy
2021-03-22LibJS: *Actually* check for negative zero in JS::Value(double)Andreas Kling
2021-03-21LibJS: Don't try to store negative zero as an Int32 JS::ValueAndreas Kling
2021-03-21LibJS: Split Value::Type::Number into Int32 and DoubleAndreas Kling
2021-03-03LibJS: Support @@toPrimitive in ToPrimitive abstract operationLinus Groh
2021-03-02LibJS: Implement the GetMethod abstract operationLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling