.. |
AbstractOperations.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
AbstractOperations.h
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
Collator.cpp
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
před 2 roky |
Collator.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
CollatorCompareFunction.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
před 2 roky |
CollatorCompareFunction.h
|
46acce5142
LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr
|
před 2 roky |
CollatorConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
CollatorConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
CollatorPrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
CollatorPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
DateTimeFormat.cpp
|
d0403ec14f
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
|
před 2 roky |
DateTimeFormat.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
DateTimeFormatConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
DateTimeFormatConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
DateTimeFormatFunction.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
před 2 roky |
DateTimeFormatFunction.h
|
81d5bbcb04
LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr
|
před 2 roky |
DateTimeFormatPrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
DateTimeFormatPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
DisplayNames.cpp
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
před 2 roky |
DisplayNames.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
DisplayNamesConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
DisplayNamesConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
DisplayNamesPrototype.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
DisplayNamesPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
DurationFormat.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
DurationFormat.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
DurationFormatConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
DurationFormatConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
DurationFormatPrototype.cpp
|
85f079dc6b
LibJS: Move IsValidDurationRecord check to ToDurationRecord
|
před 2 roky |
DurationFormatPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
Intl.cpp
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
před 2 roky |
Intl.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
ListFormat.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
ListFormat.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
ListFormatConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
ListFormatConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
ListFormatPrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
ListFormatPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
Locale.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
před 2 roky |
Locale.h
|
b2034c59dc
LibJS: Convert Intl::Locale::create() to NonnullGCPtr
|
před 2 roky |
LocaleConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
LocaleConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
LocalePrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
LocalePrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
MathematicalValue.cpp
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
před 2 roky |
MathematicalValue.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
před 2 roky |
NumberFormat.cpp
|
a59ebdac2d
LibJS+Everywhere: Return strings by value from PrimitiveString
|
před 2 roky |
NumberFormat.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
NumberFormatConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
NumberFormatConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
NumberFormatFunction.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
před 2 roky |
NumberFormatFunction.h
|
658bd2f342
LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtr
|
před 2 roky |
NumberFormatPrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
NumberFormatPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
PluralRules.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
PluralRules.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
PluralRulesConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
PluralRulesConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
PluralRulesPrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
PluralRulesPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
RelativeTimeFormat.cpp
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
před 2 roky |
RelativeTimeFormat.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
RelativeTimeFormatConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
RelativeTimeFormatConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
RelativeTimeFormatPrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
RelativeTimeFormatPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
SegmentIterator.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
před 2 roky |
SegmentIterator.h
|
df589bb05b
LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtr
|
před 2 roky |
SegmentIteratorPrototype.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
SegmentIteratorPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
Segmenter.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
Segmenter.h
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
SegmenterConstructor.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
SegmenterConstructor.h
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
před 2 roky |
SegmenterPrototype.cpp
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
před 2 roky |
SegmenterPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
Segments.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
před 2 roky |
Segments.h
|
237402aea9
LibJS: Convert Intl::Segments::create() to NonnullGCPtr
|
před 2 roky |
SegmentsPrototype.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
před 2 roky |
SegmentsPrototype.h
|
35c9aa7c05
LibJS: Hide all the constructors!
|
před 2 roky |
SingleUnitIdentifiers.h
|
a5bf32018f
LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units
|
před 2 roky |