Age | Commit message (Expand) | Author |
---|---|---|
2022-02-09 | LibJS: Replace uses of MarkedValueList with MarkedVector<Value> | Linus Groh |
2022-02-08 | LibWeb: Introduce the Environment Settings Object | Luke Wilde |
2022-02-07 | LibJS: Add missing include to ExecutionContext.h | Andreas Kling |
2022-02-07 | LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers | Andreas Kling |
2022-01-22 | LibJS: Add ScriptOrModule to execution context and track it everywhere | davidot |
2022-01-05 | LibJS: Make MarkedValueList copyable and move assignable | Luke Wilde |
2021-11-10 | LibJS: Add support for async functions | Idan Horowitz |
2021-10-20 | LibJS: Add PrivateEnvironment | davidot |
2021-10-03 | LibJS: Remove unused ExecutionContext::arguments_object | Andreas Kling |
2021-09-14 | LibJS: Reorganize ExecutionContext a little bit | Andreas Kling |