Timothy Flynn
|
0c2efa285a
LibJS+LibLocale: Port Intl.NumberFormat to String
|
2 years ago |
Timothy Flynn
|
1bcde5d216
LibJS: Port ListFormat and PatternPartition to String
|
2 years ago |
Timothy Flynn
|
95d1678553
LibJS: Mark infallible operations that may throw only due to OOM
|
2 years ago |
Timothy Flynn
|
1e6e719592
LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation
|
2 years ago |
Timothy Flynn
|
fc413711ee
LibJS: Port trivial use cases in the Intl namespace to String
|
2 years ago |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 years ago |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 years ago |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
ff48220dca
Userland: Move files destined for LibLocale to the Locale namespace
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
f9705eb2f4
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Timothy Flynn
|
292b8908b5
LibJS: Hook the Intl mathematical value into Intl.NumberFormat
|
3 years ago |
Timothy Flynn
|
bf85bf2a9e
LibJS: Use Intl.PluralRules within Intl.RelativeFormat
|
3 years ago |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 years ago |
Timothy Flynn
|
7c41e6058a
LibJS: Explicitly indicate infallible incovations
|
3 years ago |
Timothy Flynn
|
04bb17ca94
LibJS: Reorganize spec steps for Intl.RelativeTimeFormat
|
3 years ago |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
Timothy Flynn
|
a0253af8c1
LibJS: Generalize Intl.NumberFormat to operate on Value types
|
3 years ago |
Timothy Flynn
|
a2e791277e
LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts
|
3 years ago |
Timothy Flynn
|
9c5d7e515c
LibJS: Implement Intl.RelativeTimeFormat.prototype.format
|
3 years ago |
Timothy Flynn
|
90e68bca6a
LibJS: Add missing spec link for InitializeRelativeTimeFormat
|
3 years ago |
Timothy Flynn
|
59ca435172
LibJS: Use new construct AO overload where easily applicable
|
3 years ago |