Age | Commit message (Expand) | Author |
---|---|---|
2021-04-02 | LibJS: Move 'typeof' string functionality from AST to Value | Linus Groh |
2021-04-02 | LibJS: Add initial support for Promises | Linus Groh |
2021-03-30 | LibJS: Fix two issues with array (length > INT32_MAX) | Andreas Kling |
2021-03-23 | LibJS: Remove as_size_t() | Linus Groh |
2021-03-23 | LibJS: Simplify positive/negative zero checks | Oleg Sikorskiy |
2021-03-22 | LibJS: *Actually* check for negative zero in JS::Value(double) | Andreas Kling |
2021-03-21 | LibJS: Don't try to store negative zero as an Int32 JS::Value | Andreas Kling |
2021-03-21 | LibJS: Split Value::Type::Number into Int32 and Double | Andreas Kling |
2021-03-03 | LibJS: Support @@toPrimitive in ToPrimitive abstract operation | Linus Groh |
2021-03-02 | LibJS: Implement the GetMethod abstract operation | Linus Groh |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |