Commit History

Author SHA1 Message Date
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 years ago
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 years ago
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 years ago
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
  Linus Groh 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 years ago
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 years ago
  Andreas Kling 212319b25e LibJS: Only allocate space for Object private elements if needed 3 years ago
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments 3 years ago
  Idan Horowitz ba55d77665 LibJS: Remove leftover exception check in OrdinaryHasProperty 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
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 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 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 years ago
  Andreas Kling 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() 3 years ago
  Linus Groh d7d73f9100 LibJS: Convert to_property_descriptor() 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 1f7068ace9 LibJS: Remove unused TemporaryChange include from Object.cpp 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
  Linus Groh f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 3 years ago
  Linus Groh a29b7a3ec7 LibJS: Convert delete_property_or_throw() to ThrowCompletionOr 3 years ago
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 years ago