Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 77c1957961 LibJS: Use allocate_without_global_object for allocating Shapes vor 4 Jahren
  Andreas Kling 2c956ac132 LibJS: Reorganize Shape members to reduce sizeof(Shape) a bit vor 4 Jahren
  Andreas Kling 2c0e153396 LibJS: Don't bother deferring GC during ensure_property_table() vor 4 Jahren
  Linus Groh a5bf6cfff9 LibJS: Don't change offset when reconfiguring property in unique shape vor 4 Jahren
  Andreas Kling 148c4161d9 LibJS: Avoid work in Shape::lookup() if there are no properties vor 4 Jahren
  Andreas Kling 69bae3fd9a LibJS: Prevent object shape transitions during runtime object buildup vor 4 Jahren
  Andreas Kling 50ab87f651 LibJS: Make use of existing property tables when reifying new ones vor 4 Jahren
  Andreas Kling ad0d377e4c LibJS: Pre-size the hash map and vector used in ensure_property_table() vor 4 Jahren
  Andreas Kling b7975abef8 LibJS: Don't force property table reification on Shape::property_count() vor 4 Jahren
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> vor 4 Jahren
  Andreas Kling 893df28e80 LibJS: Don't allocate property table during GC marking phase vor 4 Jahren
  Andreas Kling d830c107ce LibJS: Deal with a FIXME in Shape::ensure_property_table() vor 4 Jahren
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction vor 5 Jahren
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape vor 5 Jahren
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects vor 5 Jahren
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones vor 5 Jahren
  mattco98 95abcc3722 LibJS: Implement correct object property ordering vor 5 Jahren
  Andreas Kling f897c41092 LibJS: Implement basic support for the "delete" operator vor 5 Jahren
  Andreas Kling 1b391d78ae LibJS: Allow cells to mark null pointers vor 5 Jahren
  Andreas Kling 0fea525373 LibJS: Key shape transitions on both property name and attributes vor 5 Jahren
  Andreas Kling 8286f8b996 LibJS: Add property configuration transitions vor 5 Jahren
  Andreas Kling e6d920d87d LibJS: Add Object.defineProperty() and start caring about attributes vor 5 Jahren
  Andreas Kling e323246517 Meta: Add missing copyright headers vor 5 Jahren
  Andreas Kling 5e6e1fd482 LibJS: Start implementing object shapes vor 5 Jahren