Age | Commit message (Expand) | Author |
---|---|---|
2020-09-27 | LibJS: Remove Interpreter& argument to Function::construct() | Andreas Kling |
2020-09-27 | LibJS: Make Function::call() not require an Interpreter& | Andreas Kling |
2020-07-23 | LibJS: Simplify Cell::initialize() | Andreas Kling |
2020-07-21 | LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) | Andreas Kling |
2020-07-01 | LibJS: Explicitly pass a "Function& new_target" to Function::construct | Matthew Olsson |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-04-08 | LibWeb: Add XMLHttpRequest object :^) | Andreas Kling |