Timothy Flynn
|
0d3072bdac
LibJS: Use IteratorStepValue in ECMA-402
|
1 年之前 |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 年之前 |
Timothy Flynn
|
9e5055c298
LibJS: Stop propagating small OOM errors from Intl.ListFormat
|
1 年之前 |
Timothy Flynn
|
b6ff25bd26
LibJS: Stop propagating small OOM errors from Intl abstract operations
|
1 年之前 |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 年之前 |
Andreas Kling
|
1a27c525d5
LibJS: Make PrimitiveString::create() infallible
|
1 年之前 |
Timothy Flynn
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
2 年之前 |
Linus Groh
|
aff1ec6014
LibJS: Port iterator_step() to GCPtr
|
2 年之前 |
Timothy Flynn
|
b74786d3c3
LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormat
|
2 年之前 |
Timothy Flynn
|
c3abb1396c
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2 年之前 |
Timothy Flynn
|
cb8b2209c1
LibJS: Propagate OOM from Intl.ListFormat Vector operations
|
2 年之前 |
Timothy Flynn
|
e86eafe65e
LibJS: Replace remaining uses of StringBuilder in the Intl namespace
|
2 年之前 |
Timothy Flynn
|
1bcde5d216
LibJS: Port ListFormat and PatternPartition to String
|
2 年之前 |
Timothy Flynn
|
95d1678553
LibJS: Mark infallible operations that may throw only due to OOM
|
2 年之前 |
Timothy Flynn
|
1e6e719592
LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation
|
2 年之前 |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 年之前 |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 年之前 |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 年之前 |
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
|
ff48220dca
Userland: Move files destined for LibLocale to the Locale namespace
|
2 年之前 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 年之前 |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 年之前 |
Linus Groh
|
ccdfa2320c
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/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 年之前 |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 年之前 |