Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr hace 2 años
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed hace 2 años
  Timothy Flynn 43a3471298 LibLocale: Move locale source files to the LibLocale folder hace 2 años
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() hace 2 años
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] hace 2 años
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] hace 2 años
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] hace 2 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 2 años
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions hace 2 años
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors hace 2 años
  Linus Groh 71a519831d LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262 hace 3 años
  Timothy Flynn 72462bed2f LibJS: Reorganize spec steps for Intl.DisplayNames hace 3 años
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) hace 3 años
  Timothy Flynn 71f7e67a20 LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options hace 3 años
  Linus Groh 15eadcf023 LibJS: Convert Intl.DisplayNames functions to ThrowCompletionOr hace 3 años
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr hace 3 años
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function hace 3 años
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros hace 3 años
  Linus Groh ffee3890a7 LibJS: Remove a bunch of forgotten exception checks after TRY_OR_DISCARD hace 3 años
  Idan Horowitz d0e5fc4576 LibJS: Convert supported_locales() to ThrowCompletionOr hace 3 años
  Idan Horowitz de9785b71b LibJS: Convert Intl::get_option() to ThrowCompletionOr hace 3 años
  Idan Horowitz 3758e65293 LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr hace 3 años
  Linus Groh 08dd1c3e2d LibJS: Convert get_options_object() to ThrowCompletionOr hace 3 años
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr hace 3 años
  Timothy Flynn 4411e16798 LibJS: Change GetOption AO to accept the options as a concrete Object hace 3 años
  Linus Groh 0094259d72 LibJS: Implement Intl.DisplayNames.supportedLocalesOf() hace 3 años