Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 years ago |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 years ago |
Linus Groh
|
71a519831d
LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262
|
3 years ago |
Timothy Flynn
|
72462bed2f
LibJS: Reorganize spec steps for Intl.DisplayNames
|
3 years ago |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
Timothy Flynn
|
71f7e67a20
LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options
|
3 years ago |
Linus Groh
|
15eadcf023
LibJS: Convert Intl.DisplayNames functions to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Linus Groh
|
ffee3890a7
LibJS: Remove a bunch of forgotten exception checks after TRY_OR_DISCARD
|
3 years ago |
Idan Horowitz
|
d0e5fc4576
LibJS: Convert supported_locales() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
de9785b71b
LibJS: Convert Intl::get_option() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
3758e65293
LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
08dd1c3e2d
LibJS: Convert get_options_object() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
3 years ago |
Timothy Flynn
|
4411e16798
LibJS: Change GetOption AO to accept the options as a concrete Object
|
3 years ago |
Linus Groh
|
0094259d72
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
|
3 years ago |
Timothy Flynn
|
e8dd2eea74
LibJS: Implement the Intl.DisplayNames constructor
|
3 years ago |
Timothy Flynn
|
0fb4e8b749
LibJS: Implement a nearly empty Intl.DisplayNames object
|
3 years ago |