Age | Commit message (Expand) | Author |
---|---|---|
2021-03-21 | LibJS: Move AST node stack from VM to Interpreter | Andreas Kling |
2021-03-16 | LibJS: Only set receiver value fallback once in Object::get() | Linus Groh |
2021-03-14 | LibJS: Add the same Object::invoke() overloads as VM::call() | Linus Groh |
2021-03-01 | LibJS: Fix crash due to AST node tracking inside call stack | Jean-Baptiste Boric |
2021-03-01 | LibJS: Keep track of current AST node inside the call stack | Jean-Baptiste Boric |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-25 | Everywhere: Hook up remaining debug macros to Debug.h. | asynts |
2021-01-25 | Everywhere: Remove unnecessary debug comments. | asynts |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |