Timothy Flynn
|
1e6e719592
LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation
|
před 2 roky |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
před 2 roky |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
před 2 roky |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
před 2 roky |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
před 2 roky |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
Timothy Flynn
|
ff48220dca
Userland: Move files destined for LibLocale to the Locale namespace
|
před 2 roky |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
před 2 roky |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
před 2 roky |
Linus Groh
|
ccdfa2320c
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
|
před 2 roky |
Linus Groh
|
f9705eb2f4
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
|
před 2 roky |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
před 2 roky |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
před 2 roky |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
před 3 roky |
Timothy Flynn
|
7c41e6058a
LibJS: Explicitly indicate infallible incovations
|
před 3 roky |
Timothy Flynn
|
6677e03a52
LibJS: Reorganize spec steps for Intl.ListFormat
|
před 3 roky |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
před 3 roky |
Timothy Flynn
|
bced4e9324
LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style
|
před 3 roky |
Linus Groh
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
před 3 roky |
mjz19910
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
před 3 roky |
Linus Groh
|
a20b189eab
LibJS: Fix incorrectly formatted section comments
|
před 3 roky |
Timothy Flynn
|
0469006263
LibJS: Change Intl's PatternPartition record to hold a String value
|
před 3 roky |
Idan Horowitz
|
db5df26841
LibJS: Convert Array AOs to ThrowCompletionOr
|
před 3 roky |
Timothy Flynn
|
ec54a7b5b0
LibJS: Implement IteratorClose with Completions and align to the spec
|
před 3 roky |
Timothy Flynn
|
7b4814f74c
LibJS: Convert IteratorValue AO to ThrowCompletionOr
|
před 3 roky |
Timothy Flynn
|
8be1caa05d
LibJS: Convert IteratorStep AO to ThrowCompletionOr
|
před 3 roky |
Timothy Flynn
|
860a37640b
LibJS: Convert GetIterator AO to ThrowCompletionOr
|
před 3 roky |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
před 3 roky |