Commit History

Author SHA1 Message Date
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments 3 years ago
  Nico Weber a164e6ecbb LibJS: Unbreak to_iso_day_of_week 3 years ago
  Nico Weber 481f7d6afa LibJS: Use modulo() function in to_iso_day_of_week 3 years ago
  Linus Groh a757f3f421 LibJS: Fix leap year check in to_iso_week_of_year() for week < 1 3 years ago
  Luke Wilde 29072f4b09 LibJS: Implement the required AOs for Temporal.Duration.compare 3 years ago
  Linus Groh 36b51276d5 LibJS: Change calendar_date_add() date parameter from PlainDate to Value 3 years ago
  Linus Groh d49bbb1da3 LibJS: Implement TODO()'d parts of balance_duration() 3 years ago
  Linus Groh 97f6c6029f LibJS: Implement Temporal.TimeZone.prototype.getInstantFor() 3 years ago
  Linus Groh 09d1db5afd LibJS: Clarify mathematical types in Temporal AOs and functions 3 years ago
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages 3 years ago
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr 3 years ago
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 years ago
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 years ago
  Linus Groh 2c222ba40b LibJS: Implement Temporal.PlainYearMonth.prototype.toPlainDate() 3 years ago
  Linus Groh e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr 3 years ago
  Linus Groh f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 3 years ago
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr 3 years ago
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 years ago
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable 3 years ago
  Idan Horowitz 5ce468338e LibJS: Drop the Temporal prefix from TemporalMissingRequiredProperty 3 years ago
  Idan Horowitz ee825d6d9e LibJS: Convert get_method to ThrowCompletionOr 3 years ago
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 years ago
  Linus Groh 35bba1c98d LibJS: Convert PlainDate AOs to ThrowCompletionOr 3 years ago
  Linus Groh f8d92232c8 LibJS: Convert Calendar AOs to ThrowCompletionOr 3 years ago
  Linus Groh 6b4777c558 LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr 3 years ago
  Linus Groh 9ac426c906 LibJS: Convert to_positive_integer() to ThrowCompletionOr 3 years ago
  Linus Groh 2e28f0b371 LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOr 3 years ago
  Linus Groh 9f03647f1f LibJS: Convert to_temporal_overflow() to ThrowCompletionOr 3 years ago
  Linus Groh f2b5ddd167 LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOr 3 years ago