Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonne Ransijn 69f96122b6 LibJS+LibWeb: Prevent double invocation of `[[GetOwnProperty]]` hace 9 meses
  Shannon Booth 797b0d0f43 LibJS+LibWeb: Remove remaining use and reference to SafeFunction hace 9 meses
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere hace 9 meses
  Matthew Olsson a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places hace 1 año
  Matthew Olsson a5f4c9a632 AK+Userland: Remove NOESCAPE hace 1 año
  Andreas Kling 8ff16c1b57 LibJS: Cache access to properties found in prototype chain hace 1 año
  Andreas Kling 493a04d5fe LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls hace 1 año
  Matthew Olsson ff00d21d58 Everywhere: Mark a bunch of function parameters as NOESCAPE hace 1 año
  Timothy Flynn d878975f95 AK+LibJS: Remove OFFSET_OF and its users hace 1 año
  Shannon Booth 23c5a7a0a3 LibJS: Expose const prototype getter in Object hace 1 año
  Shannon Booth d2710ad73f LibJS: Implement temporal AO SnapshotOwnProperties hace 1 año
  Shannon Booth 107fa1fdb8 LibJS: Implement excluded values in CopyDataProperties hace 1 año
  Andreas Kling 3d92c26445 LibJS: Stop making shapes unique hace 1 año
  Andreas Kling 463931384d LibJS: Don't use Handle<Value> for JS::Object private fields hace 1 año
  Andreas Kling 373ec387c1 LibJS: Add fast_is<ArrayIterator>() hace 1 año
  Andreas Kling 73ceb475b9 LibJS: Add fast path for magical "length" property in LengthOfArrayLike hace 1 año
  Andreas Kling f47a14b9d6 LibJS: Use a premade shape when creating iterator result objects hace 1 año
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time hace 1 año
  Andreas Kling 4cce181ece LibJS: Devirtualize Object::is_typed_array() hace 1 año
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type hace 1 año
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins hace 1 año
  Andreas Kling b532dedc91 LibJS/JIT: Add fast path for GetById of Array.length hace 1 año
  iliadsh f91c3e9ac3 LibJS: Expose offset to m_indexed_properties hace 1 año
  iliadsh eb937631bb LibJS: Expose offset of may_interfere_with_indexed_property_access hace 1 año
  iliadsh 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() hace 1 año
  Andreas Kling 55e467c359 LibJS/JIT: Add fast path for cached PutById hace 1 año
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access hace 1 año
  Andreas Kling 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual hace 1 año
  Aliaksandr Kalenik 3a1f617fbf LibJS: Use Function as callback type in define_native_function/accessor hace 1 año
  Daniel Bertalan 65232b6681 LibJS: Mark classes and virtual functions `final` where possible hace 1 año