Commit History

Author SHA1 Message Date
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS 8 months ago
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level 8 months ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
  Andreas Kling f48751a739 LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI 4 years ago
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM 4 years ago
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 years ago
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 years ago
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM 4 years ago
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() 5 years ago
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 years ago
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction 5 years ago
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 years ago
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify 5 years ago
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h 5 years ago
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) 5 years ago
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 years ago
  Emanuele Torre 8bd9f7e50e LibJS: run clang-format on all the files 5 years ago
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 years ago
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 years ago
  Andreas Kling 2a15323029 LibJS: Pass prototype to BooleanObject constructor 5 years ago
  Andreas Kling 070a8f2689 LibJS: Boolean, Number and String prototypes should have values too 5 years ago
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects 5 years ago
  Andreas Kling cbecb23e1d LibJS: Fix BooleanPrototype build 5 years ago
  Jack Karamanian edae926cb0 LibJS: Add Boolean constructor object 5 years ago