Commit History

Author SHA1 Message Date
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 years ago
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 years ago
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject 3 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Idan Horowitz 9cfbbfd8d8 LibJS: Implement the EnumerateObjectProperties AO 3 years ago
  Lenny Maiorani a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 3 years ago
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 years ago
  Linus Groh 368af9ad6e LibJS: Add Object constructor allowing null prototype 3 years ago
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 years ago
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 years ago
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() 3 years ago
  Andreas Kling 212319b25e LibJS: Only allocate space for Object private elements if needed 3 years ago
  Idan Horowitz 2eaed880b1 LibJS: Remove old Native Functions 3 years ago
  Andreas Kling 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey 3 years ago
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
  davidot d94b5e511f LibJS: Add slot [[PrivateElements]] and related methods to Object 3 years ago
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 years ago
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr 3 years ago
  Linus Groh 2f42675ebd LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr 3 years ago
  Linus Groh 3b59a4577d LibJS: Convert define_properties() to ThrowCompletionOr 3 years ago
  Linus Groh 0a49a2db60 LibJS: Convert set_immutable_prototype() to ThrowCompletionOr 3 years ago
  Linus Groh e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr 3 years ago
  Linus Groh 3af559ee8a LibJS: Convert test_integrity_level() to ThrowCompletionOr 3 years ago
  Linus Groh ed5a9aa038 LibJS: Convert set_integrity_level() to ThrowCompletionOr 3 years ago
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr 3 years ago