Commit History

Author SHA1 Message Date
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS 7 months ago
  Shannon Booth 9b79a686eb LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 7 months ago
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level 7 months ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
  Linus Groh 6de4f1fcb3 LibJS: Add generic InvalidLength error type 4 years ago
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM 4 years ago
  Andreas Kling 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() 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 ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 years ago
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& 5 years ago
  Andreas Kling cd14ebb11f LibJS: More Interpreter::global_object() removal 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 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 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices 5 years ago
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 years ago
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. 5 years ago
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) 5 years ago
  Linus Groh a81bce8c2a LibJS: Make Array.length non-configurable 5 years ago
  mattco98 18cfb9218a LibJS: Set Array length attributes to "Configurable | Writable" 5 years ago
  Linus Groh 418092a71a LibJS: Implement Array length setter 5 years ago
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 years ago
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 years ago
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype 5 years ago
  Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object 5 years ago
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects 5 years ago
  Andreas Kling 90ba0145f6 LibJS: Add a number-indexed property storage to all Objects 5 years ago
  Andreas Kling 30440134cb LibJS+LibWeb: Move native properties to separate getters/setters 5 years ago