Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> hace 4 años
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter hace 4 años
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM hace 4 años
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() hace 5 años
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class hace 5 años
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction hace 5 años
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors hace 5 años
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify hace 5 años
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h hace 5 años
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) hace 5 años
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
  Emanuele Torre 8bd9f7e50e LibJS: run clang-format on all the files hace 5 años
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties hace 5 años
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
  Andreas Kling 2a15323029 LibJS: Pass prototype to BooleanObject constructor hace 5 años
  Andreas Kling 070a8f2689 LibJS: Boolean, Number and String prototypes should have values too hace 5 años
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects hace 5 años
  Andreas Kling cbecb23e1d LibJS: Fix BooleanPrototype build hace 5 años
  Jack Karamanian edae926cb0 LibJS: Add Boolean constructor object hace 5 años