Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 年 前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年 前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
Timothy Flynn
|
887dac0929
LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
|
2 年 前 |
Timothy Flynn
|
43a3471298
LibLocale: Move locale source files to the LibLocale folder
|
2 年 前 |
Timothy Flynn
|
ff48220dca
Userland: Move files destined for LibLocale to the Locale namespace
|
2 年 前 |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 年 前 |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 年 前 |
Linus Groh
|
f9705eb2f4
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
|
2 年 前 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 年 前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年 前 |
Timothy Flynn
|
aafcdc4c72
LibJS: Allow specifying keyword values not directly defined for a locale
|
3 年 前 |
Timothy Flynn
|
33698b9615
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
|
3 年 前 |
Linus Groh
|
71a519831d
LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262
|
3 年 前 |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 年 前 |
Timothy Flynn
|
066352c9aa
LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35
|
3 年 前 |
Timothy Flynn
|
1a76839e8d
LibJS: Use consistent ASCII case-transformation and string language
|
3 年 前 |
Timothy Flynn
|
7c41e6058a
LibJS: Explicitly indicate infallible incovations
|
3 年 前 |
Timothy Flynn
|
89ead8c00a
LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package
|
3 年 前 |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 年 前 |
Timothy Flynn
|
a120e85596
LibJS: Provide public access to list of sanctioned unit identifiers
|
3 年 前 |
Timothy Flynn
|
1607a05d4c
LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocale
|
3 年 前 |
Timothy Flynn
|
f576142fe8
LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols
|
3 年 前 |
Timothy Flynn
|
d2588d852b
LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays
|
3 年 前 |
Timothy Flynn
|
16151aa7d5
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
|
3 年 前 |
Timothy Flynn
|
bb11437792
LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector
|
3 年 前 |
Timothy Flynn
|
a2f629f38a
LibJS: Update spec comments in GetOption and DefaultNumberOption AOs
|
3 年 前 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年 前 |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 年 前 |