Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 3bfb0534be LibGC: Rename MarkedVector => RootVector il y a 7 mois
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS il y a 8 mois
  Shannon Booth 9b79a686eb LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> il y a 8 mois
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level il y a 8 mois
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
  Linus Groh 6de4f1fcb3 LibJS: Add generic InvalidLength error type il y a 4 ans
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM il y a 4 ans
  Andreas Kling 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() il y a 4 ans
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter il y a 4 ans
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM il y a 4 ans
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat il y a 5 ans
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& il y a 5 ans
  Andreas Kling cd14ebb11f LibJS: More Interpreter::global_object() removal il y a 5 ans
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction il y a 5 ans
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors il y a 5 ans
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h il y a 5 ans
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) il y a 5 ans
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices il y a 5 ans
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions il y a 5 ans
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. il y a 5 ans
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) il y a 5 ans
  Linus Groh a81bce8c2a LibJS: Make Array.length non-configurable il y a 5 ans
  mattco98 18cfb9218a LibJS: Set Array length attributes to "Configurable | Writable" il y a 5 ans
  Linus Groh 418092a71a LibJS: Implement Array length setter il y a 5 ans
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object il y a 5 ans
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor il y a 5 ans
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype il y a 5 ans
  Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object il y a 5 ans
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects il y a 5 ans
  Andreas Kling 90ba0145f6 LibJS: Add a number-indexed property storage to all Objects il y a 5 ans