Age | Commit message (Expand) | Author |
---|---|---|
2020-07-01 | LibJS: Explicitly pass a "Function& new_target" to Function::construct | Matthew Olsson |
2020-06-20 | LibJS: Object::initialize() overrides must always call base class | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-06-08 | LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object() | Andreas Kling |
2020-05-27 | LibJS: Simplify and normalize publicly-exposed Object functions | Matthew Olsson |
2020-04-28 | LibJS: Implement correct attributes for (almost) all properties | mattco98 |
2020-04-18 | LibJS: Move builtin prototypes to the global object | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to Function constructors | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to BooleanObject constructor | Andreas Kling |
2020-04-13 | LibJS: Tweak FunctionPrototype::to_string and constructors | Stephan Unverwerth |
2020-04-07 | LibJS: Reformat BooleanConstructor.{cpp,h} | Linus Groh |
2020-04-07 | LibJS: Add Boolean constructor object | Jack Karamanian |