Age | Commit message (Expand) | Author |
---|---|---|
2020-03-28 | LibJS: Rework how native functions are called to improve |this| value | Andreas Kling |
2020-03-28 | LibJS: Oops, "instanceof" was backwards! | 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-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |