Age | Commit message (Expand) | Author |
---|---|---|
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-03-18 | LibJS: Use TRY(push_execution_context()) in places where we can recover | Linus Groh |
2022-02-08 | LibJS+Everywhere: Remove VM::exception() and most related functions | davidot |
2022-02-07 | LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers | Andreas Kling |
2022-01-31 | LibJS: Remove unnecessary GlobalObject pointer from Environment | Andreas Kling |
2022-01-30 | LibJS: Implement the import assertions proposal | davidot |
2022-01-30 | LibJS: Follow the spec with storing im- and export entries | davidot |
2022-01-22 | LibJS: Implement Module linking and evaluating | davidot |
2022-01-22 | LibJS: Add filename tracking to Script and Module | davidot |
2021-09-14 | LibJS: Add a barebones SourceTextModule class | Andreas Kling |