Historique des commits

Auteur SHA1 Message Date
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype il y a 4 ans
  Andreas Kling 4c33209011 LibJS: Add Object::define_property_without_transition() helper il y a 4 ans
  Andreas Kling 69bae3fd9a LibJS: Prevent object shape transitions during runtime object buildup il y a 4 ans
  Andreas Kling ec55490198 LibJS: Make global objects have unique shape from the start 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 676cb87a8f LibJS: Use VM::exception() instead of Interpreter::exception() a bunch il y a 4 ans
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() il y a 5 ans
  Matthew Olsson c831fb17bf LibJS: Add StringIterator il y a 5 ans
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator il y a 5 ans
  Matthew Olsson 51bfc6c6b3 LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind il y a 5 ans
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys il y a 5 ans
  Jack Karamanian a535d58cac LibJS: Add Object::define_accessor() il y a 5 ans
  Linus Groh afcfea2001 LibJS: Handle "receiver" argument in Reflect.{get,set}() il y a 5 ans
  Andreas Kling 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object il y a 5 ans
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat il y a 5 ans
  Andreas Kling af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) il y a 5 ans
  Andreas Kling 94fdf4fa5a LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain type 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 39576b2238 LibJS: Add JSON.stringify il y a 5 ans
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape il y a 5 ans
  Linus Groh 0ff9d7e189 LibJS: Add BigInt il y a 5 ans
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects il y a 5 ans
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects il y a 5 ans
  Matthew Olsson 79958f4520 LibJS: Add PropertyDescriptor object il y a 5 ans
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones il y a 5 ans
  Linus Groh b958e4f573 LibJS: Disallow changing the prototype of non-extensible objects il y a 5 ans
  Matthew Olsson d5ae73a63b LibJS: Add Object.{isExtensible,preventExtensions}() il y a 5 ans
  Matthew Olsson 4e331a1fcf LibJS: Object.getOwnPropertyDescriptor works properly with accessors il y a 5 ans
  Linus Groh 688ca7b196 LibJS: Make Object::invoke() non-const il y a 5 ans