Commit History

Author SHA1 Message Date
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level 8 months ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
  Andreas Kling d2e3e038d6 LibJS: Use IndexedProperties::for_each_value() in update_function_name() 4 years ago
  Linus Groh 021c8dea1f LibJS: Skip trailing empty values in IndexedPropertyIterator 4 years ago
  Linus Groh a82c56f9f7 LibJS: Speed up IndexedPropertyIterator by computing non-empty indices 4 years ago
  Linus Groh e07490ce13 LibJS: Don't assume value for index < size in IndexedPropertyIterator 4 years ago
  Andreas Kling a61ede51e2 LibJS: Don't require Interpreter& for constructing an Accessor 4 years ago
  AnotherTest 699e1fdc07 LibJS: Eliminate some (unnecessary) Vector copies 4 years ago
  AnotherTest 9a00699983 LibJS: Format IndexedProperties.cpp 4 years ago
  Linus Groh b27d90db1f LibJS: Actually change size in generic storage's set_array_like_size() 4 years ago
  Linus Groh ae9d64e544 LibJS: Let set_array_like_size() switch to generic storage if necessary 4 years ago
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones 5 years ago
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices 5 years ago