Age | Commit message (Expand) | Author |
---|---|---|
2021-10-24 | LibJS: Move global "should dump bytecode" flag into LibJS | Andreas Kling |
2021-10-02 | LibJS: Put zombie cell tracking code behind a compile-time flag | Andreas Kling |
2021-09-11 | LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies | Andreas Kling |
2021-07-04 | Everywhere: Prefer using "..."sv over StringView { "..." } | Gunnar Beutner |
2021-06-30 | AK+Everywhere: Add and use static APIs for LexicalPath | Max Wipfli |
2021-06-30 | Userland+Tests: Split out generic test runner from JS TestRunner | Andrew Kaster |
2021-06-12 | LibJS: Add support for running test-js with the bytecode interpreter | Gunnar Beutner |
2021-06-04 | LibTest: Add --json flag to JS test runner | Linus Groh |
2021-05-30 | LibTest+test-js: Add back the lost test262 parser test option | Ali Mohammad Pur |
2021-05-27 | LibTest: Do not cleanly exit when abort() is called | Ali Mohammad Pur |
2021-05-18 | LibJS+LibTest: Move out the test-js test runner into LibTest | Ali Mohammad Pur |