Timothy Flynn
|
a1a368bb61
LibJS: Fix editorial rebasing errors in the ECMA-402 spec
|
11 months ago |
Timothy Flynn
|
ebdb92eef6
LibUnicode+Everywhere: Merge LibLocale back into LibUnicode
|
1 year ago |
Timothy Flynn
|
9c3a775395
LibJS: Update AOs involved in locale resolution to the latest ECMA-402
|
1 year ago |
Timothy Flynn
|
4598a505b1
LibJS: Differentiate between undefined and null locale keys
|
1 year ago |
Timothy Flynn
|
7f9ccd39f5
LibJS+LibLocale: Replace relative time formatting with ICU
|
1 year ago |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 year ago |
Timothy Flynn
|
b6835d2c40
LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat
|
1 year ago |
Timothy Flynn
|
b6ff25bd26
LibJS: Stop propagating small OOM errors from Intl abstract operations
|
1 year ago |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
95d1678553
LibJS: Mark infallible operations that may throw only due to OOM
|
2 years ago |
Timothy Flynn
|
bb4b6d8ce3
LibJS: Port Intl locale resolution to String
|
2 years ago |
Timothy Flynn
|
bff0e25ebe
LibJS: Propagate OOM errors from Intl Abstract Operations
|
2 years ago |
Timothy Flynn
|
fc413711ee
LibJS: Port trivial use cases in the Intl namespace to String
|
2 years ago |
Timothy Flynn
|
95cef87a9c
LibJS: Update syntax for invoking the GetOption AO from Intl objects
|
2 years ago |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 years ago |
Linus Groh
|
bd40464195
LibJS: Convert standalone construct() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() 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 |
Timothy Flynn
|
85e313077a
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
|
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
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 years ago |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 years ago |