提交历史

作者 SHA1 备注 提交日期
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年之前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 年之前
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 年之前
  Linus Groh 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 年之前
  Linus Groh 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 年之前
  Timothy Flynn d1abf3d8ce LibJS: Convert ObjectConstructor to ThrowCompletionOr 3 年之前
  Timothy Flynn 0f224779aa LibJS: Convert ObjectConstructor GetOwnPropertyKeys to ThrowCompletionOr 3 年之前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年之前
  Linus Groh 5ff7d7945d LibJS: Use ECMA-262 spec URL for Object.hasOwn() (now stage 4) 3 年之前
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年之前
  Timothy Flynn 04b4307b3d LibJS: Convert get_iterator_values helper to ThrowCompletionOr 3 年之前
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 年之前
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 年之前
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr 3 年之前
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 年之前
  Linus Groh d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 年之前
  Linus Groh 3b59a4577d LibJS: Convert define_properties() to ThrowCompletionOr 3 年之前
  Linus Groh e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr 3 年之前
  Linus Groh 3af559ee8a LibJS: Convert test_integrity_level() to ThrowCompletionOr 3 年之前
  Linus Groh ed5a9aa038 LibJS: Convert set_integrity_level() to ThrowCompletionOr 3 年之前
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr 3 年之前
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 年之前
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr 3 年之前