Historique des commits

Auteur SHA1 Message Date
  Linus Groh 5ff7d7945d LibJS: Use ECMA-262 spec URL for Object.hasOwn() (now stage 4) il y a 3 ans
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 04b4307b3d LibJS: Convert get_iterator_values helper to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr il y a 3 ans
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr il y a 3 ans
  Linus Groh d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr il y a 3 ans
  Linus Groh 3b59a4577d LibJS: Convert define_properties() to ThrowCompletionOr il y a 3 ans
  Linus Groh e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr il y a 3 ans
  Linus Groh 3af559ee8a LibJS: Convert test_integrity_level() to ThrowCompletionOr il y a 3 ans
  Linus Groh ed5a9aa038 LibJS: Convert set_integrity_level() to ThrowCompletionOr il y a 3 ans
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr il y a 3 ans
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr il y a 3 ans
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr il y a 3 ans
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr il y a 3 ans
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr il y a 3 ans
  Linus Groh 9b6c09e2c4 LibJS: Convert is_extensible() to ThrowCompletionOr il y a 3 ans
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr il y a 3 ans
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr il y a 3 ans
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr il y a 3 ans
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr il y a 3 ans
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr il y a 3 ans
  Linus Groh 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() il y a 3 ans
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class il y a 4 ans
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins il y a 4 ans
  Idan Horowitz 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() il y a 4 ans
  Idan Horowitz 0f91883b17 LibJS: Rename ObjectConstructor::{define_property_ => define_property} il y a 4 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans