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-08-17 | LibJS: Implement basic functionality of Array.from() | Nico Weber |
2020-07-23 | LibJS: Simplify Cell::initialize() | Andreas Kling |
2020-07-01 | LibJS: Explicitly pass a "Function& new_target" to Function::construct | Matthew Olsson |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-06-20 | LibJS: Pass GlobalObject& to native functions and property accessors | Andreas Kling |
2020-05-08 | LibJS: Add Array.of() | Linus Groh |
2020-05-08 | LibJS: Add Array.isArray() | Linus Groh |
2020-04-04 | LibJS: Add basic Array constructor | Andreas Kling |