Timothy Flynn
|
f816a24b86
LibJS: Update spec numbers for the Intl NumberFormat v3 proposal
|
2 년 전 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 년 전 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 년 전 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 년 전 |
Timothy Flynn
|
34574c5ee8
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
|
2 년 전 |
Timothy Flynn
|
1e6e719592
LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation
|
2 년 전 |
Timothy Flynn
|
d30e96a209
LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs
|
2 년 전 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 년 전 |
Linus Groh
|
658bd2f342
LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtr
|
2 년 전 |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 년 전 |
Linus Groh
|
f9705eb2f4
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
|
2 년 전 |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 년 전 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 년 전 |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 년 전 |
Timothy Flynn
|
292b8908b5
LibJS: Hook the Intl mathematical value into Intl.NumberFormat
|
3 년 전 |
Timothy Flynn
|
812d3a7ef8
LibJS: Reorganize spec steps for Intl.NumberFormat
|
3 년 전 |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 년 전 |
Timothy Flynn
|
d6e926e5b1
LibJS: Support BigInt number formatting with Intl.NumberFormat
|
3 년 전 |
Timothy Flynn
|
a0253af8c1
LibJS: Generalize Intl.NumberFormat to operate on Value types
|
3 년 전 |
Timothy Flynn
|
b019a7fe64
LibJS: Define the "name" property on the number format function
|
3 년 전 |
Timothy Flynn
|
40973814e9
LibJS: Throw an exception in NumberFormat.prototype.format for BigInts
|
3 년 전 |
Timothy Flynn
|
89523f70cf
LibJS: Begin implementing Intl.NumberFormat.prototype.format
|
3 년 전 |