Historique des commits

Auteur SHA1 Message Date
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible il y a 3 ans
  davidot d94b5e511f LibJS: Add slot [[PrivateElements]] and related methods to Object il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr il y a 3 ans
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr il y a 3 ans
  Andreas Kling 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() il y a 3 ans
  Linus Groh d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr il y a 3 ans
  Linus Groh 2f42675ebd LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr il y a 3 ans
  Linus Groh 3b59a4577d LibJS: Convert define_properties() to ThrowCompletionOr il y a 3 ans
  Linus Groh 0a49a2db60 LibJS: Convert set_immutable_prototype() to ThrowCompletionOr il y a 3 ans
  Linus Groh 1f7068ace9 LibJS: Remove unused TemporaryChange include from Object.cpp 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 f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr il y a 3 ans
  Linus Groh a29b7a3ec7 LibJS: Convert delete_property_or_throw() 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 ebf57df431 LibJS: Convert create_non_enum_data_p_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 bb2499cd7a LibJS: Convert create_method_property() to ThrowCompletionOr il y a 3 ans
  Linus Groh fb443b3fb4 LibJS: Convert create_data_property() 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 fa2ac5b759 LibJS: Convert ordinary_to_primitive() to ThrowCompletionOr il y a 3 ans
  Linus Groh ba6e4c7ae1 LibJS+LibWeb: Use Object::set_prototype() in more places il y a 3 ans
  Linus Groh 84c9f3e0d0 LibJS: Add Object::set_prototype() il y a 3 ans
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans