Historia zmian

Autor SHA1 Wiadomość Data
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 lat temu
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 lat temu
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 lat temu
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 lat temu
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] 2 lat temu
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] 2 lat temu
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 lat temu
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 lat temu
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 lat temu
  Linus Groh 71a519831d LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262 3 lat temu
  Timothy Flynn 6677e03a52 LibJS: Reorganize spec steps for Intl.ListFormat 3 lat temu
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 lat temu
  Linus Groh 9fb1d7e18b LibJS: Convert Intl.ListFormat functions to ThrowCompletionOr 3 lat temu
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 lat temu
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 lat temu
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 lat temu
  Linus Groh ffee3890a7 LibJS: Remove a bunch of forgotten exception checks after TRY_OR_DISCARD 3 lat temu
  Idan Horowitz d0e5fc4576 LibJS: Convert supported_locales() to ThrowCompletionOr 3 lat temu
  Idan Horowitz de9785b71b LibJS: Convert Intl::get_option() to ThrowCompletionOr 3 lat temu
  Idan Horowitz 3758e65293 LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr 3 lat temu
  Linus Groh 08dd1c3e2d LibJS: Convert get_options_object() to ThrowCompletionOr 3 lat temu
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 lat temu
  Timothy Flynn 4411e16798 LibJS: Change GetOption AO to accept the options as a concrete Object 3 lat temu
  Timothy Flynn 2ebafe000a LibJS: Fix typos in Intl.ListFormat comments 3 lat temu
  Timothy Flynn 3b410742ab LibJS: Implement Intl.ListFormat.supportedLocalesOf 3 lat temu
  Timothy Flynn eacc8bef47 LibJS: Implement the Intl.ListFormat constructor 3 lat temu
  Timothy Flynn 8e75e5fabb LibJS: Implement a nearly empty Intl.ListFormat object 3 lat temu