Age | Commit message (Expand) | Author |
---|---|---|
2021-04-03 | LibJS: Log any exception, not just the ones with a JS::Error value | Linus Groh |
2021-04-02 | LibJS: Add initial support for Promises | Linus Groh |
2021-03-26 | LibJS: VERIFY(!this_value.is_empty()) in VM::call_internal() | Linus Groh |
2021-03-21 | LibJS: Move AST node stack from VM to Interpreter | Andreas Kling |
2021-03-17 | LibJS: Always synthesize "arguments" object when there's a callee | Andreas Kling |
2021-03-16 | LibJS: Don't apply arguments object hack to global execution context | Linus Groh |
2021-03-15 | LibJS: Add arguments.callee to our hack arguments object | Andreas Kling |
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-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |