Age | Commit message (Expand) | Author |
---|---|---|
2022-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2022-02-08 | LibJS+Everywhere: Remove all VM::clear_exception() calls | davidot |
2022-01-06 | LibJS: Replace the custom unwind mechanism with completions :^) | Linus Groh |
2022-01-03 | LibJS: Return Optional<T> from Completion::{value,target}(), not T | Linus Groh |
2021-11-12 | LibJS: Implement async functions as generator functions in BC mode | Ali Mohammad Pur |