Age | Commit message (Expand) | Author |
---|---|---|
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-04-04 | LibJS: Add Function() and Function.prototype | Linus Groh |