Timothy Flynn
|
ea13f3e285
LibJS: Propagate OOM from PatternPartitionWithSource factory
|
2 years ago |
Timothy Flynn
|
bb4fda3b97
LibJS: Format the era of ISO year 0 as BC
|
2 years ago |
Timothy Flynn
|
5e29e04122
LibJS+LibLocale: Propagate errors from find_regional_values_for_locale
|
2 years ago |
Timothy Flynn
|
b2097f4059
LibJS+LibLocale: Port Intl.DateTimeFormat to String
|
2 years ago |
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
|
d0403ec14f
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
|
2 years ago |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 years ago |
Timothy Flynn
|
d793262beb
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
|
2 years ago |
Linus Groh
|
bd40464195
LibJS: Convert standalone construct() to NonnullGCPtr
|
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
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 years ago |
Timothy Flynn
|
f211028252
LibJS: Change ToLocalTime to use epoch nanoseconds
|
2 years ago |
Timothy Flynn
|
43a3471298
LibLocale: Move locale source files to the LibLocale folder
|
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
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
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
|
415742ab98
LibJS: Allow out-of-order date ranges to be formatted
|
2 years ago |
Timothy Flynn
|
ae2acc8cdf
LibJS+LibUnicode: Generate a set of default DateTimeFormat patterns
|
2 years ago |