Commit History

Author SHA1 Message Date
  Jonne Ransijn 69f96122b6 LibJS+LibWeb: Prevent double invocation of `[[GetOwnProperty]]` 8 months ago
  Andreas Kling 3c5819a6d2 LibJS: Allow GetById to cache getters 8 months ago
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 months ago
  Tim Ledbetter 88d425f32b LibJS: Add the [[Unimplemented]] attribute 1 year ago
  Andreas Kling 8ff16c1b57 LibJS: Cache access to properties found in prototype chain 1 year ago
  Andreas Kling 493a04d5fe LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls 1 year ago
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 year ago
  Shannon Booth d2710ad73f LibJS: Implement temporal AO SnapshotOwnProperties 1 year ago
  Shannon Booth 107fa1fdb8 LibJS: Implement excluded values in CopyDataProperties 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Andreas Kling 1e90379008 LibJS: Introduce "dictionary" mode for object shapes 1 year ago
  Andreas Kling 3d92c26445 LibJS: Stop making shapes unique 1 year ago
  Andreas Kling 463931384d LibJS: Don't use Handle<Value> for JS::Object private fields 1 year ago
  Andreas Kling f47a14b9d6 LibJS: Use a premade shape when creating iterator result objects 1 year ago
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 year ago
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins 1 year ago
  iliadsh 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 year ago
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access 1 year ago
  Aliaksandr Kalenik 3a1f617fbf LibJS: Use Function as callback type in define_native_function/accessor 1 year ago
  Andreas Kling e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Andreas Kling 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 1 year ago
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Andreas Kling 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 years ago
  Andreas Kling 620c495d31 LibJS: Skip lazy intrinsic allocation check for objects without them 2 years ago
  Andreas Kling 5617dd1c83 LibJS: Store PrivateElement values in Handle<Value> 2 years ago
  Matthew Olsson 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 years ago
  Linus Groh f0dd425492 LibJS: Add spec comments to Object 2 years ago
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 years ago