Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 2c956ac132 LibJS: Reorganize Shape members to reduce sizeof(Shape) a bit il y a 4 ans
  Andreas Kling 69bae3fd9a LibJS: Prevent object shape transitions during runtime object buildup il y a 4 ans
  Andreas Kling b7975abef8 LibJS: Don't force property table reification on Shape::property_count() il y a 4 ans
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys il y a 5 ans
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape il y a 5 ans
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones il y a 5 ans
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices il y a 5 ans
  Matthew Olsson 45dfa094e9 LibJS: Add getter/setter support il y a 5 ans
  mattco98 95abcc3722 LibJS: Implement correct object property ordering il y a 5 ans
  Andreas Kling f897c41092 LibJS: Implement basic support for the "delete" operator il y a 5 ans
  Andreas Kling 0fea525373 LibJS: Key shape transitions on both property name and attributes il y a 5 ans
  Andreas Kling 8286f8b996 LibJS: Add property configuration transitions il y a 5 ans
  Andreas Kling e6d920d87d LibJS: Add Object.defineProperty() and start caring about attributes il y a 5 ans
  Andreas Kling 5e6e1fd482 LibJS: Start implementing object shapes il y a 5 ans