Age | Commit message (Expand) | Author |
---|---|---|
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-02-20 | LibJS: Use new NativeFunction::create() in most places | 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-30 | LibJS: Implement the import assertions proposal | davidot |
2022-01-22 | LibJS: Avoid potential signed integer overflow in CyclicModule.cpp | Emanuele Torre |
2022-01-22 | LibJS: Implement Module linking and evaluating | davidot |