Age | Commit message (Expand) | Author |
---|---|---|
2020-04-02 | LibJS: Implement Infinity | Linus Groh |
2020-04-02 | LibJS: Implement unary plus / minus | Linus Groh |
2020-04-01 | LibJS: Make Value::as_object() return Object& | Andreas Kling |
2020-03-30 | LibJS: Start implementing Date :^) | Linus Groh |
2020-03-28 | LibJS: Rework how native functions are called to improve |this| value | Andreas Kling |
2020-03-28 | LibJS: Add a global "Object" constructor | Andreas Kling |
2020-03-28 | LibJS: Implement the "instanceof" operator | Andreas Kling |
2020-03-27 | LibJS: Basic NaN support | Andreas Kling |
2020-03-26 | LibJS: Add Value::is_array() | Andreas Kling |
2020-03-20 | LibJS: Allow default-constructing a JS::Value (undefined) | Andreas Kling |
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |