tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
at
master
2 folders
308 files
Intl
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
3 years ago
Temporal
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
AbstractOperations.cpp
LibJS+Everywhere: Convert JS::Error to String
3 years ago
AbstractOperations.h
LibJS: Convert CanonicalNumericIndexString to use NumberToString
3 years ago
Accessor.h
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
3 years ago
AggregateError.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
AggregateError.h
LibJS: Convert AggregateError::create() to NonnullGCPtr
3 years ago
AggregateErrorConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AggregateErrorConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AggregateErrorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
AggregateErrorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArgumentsObject.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArgumentsObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
Array.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
Array.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
ArrayBuffer.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
ArrayBuffer.h
LibJS+LibWeb: Move headers around to allow including Value from Cell
3 years ago
ArrayBufferConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArrayBufferConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArrayBufferPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArrayBufferPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArrayConstructor.cpp
LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr
3 years ago
ArrayConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArrayIterator.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
ArrayIterator.h
LibJS: Convert ArrayIterator::create() to NonnullGCPtr
3 years ago
ArrayIteratorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
ArrayIteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ArrayPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
ArrayPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncFromSyncIterator.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
AsyncFromSyncIterator.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncFromSyncIteratorPrototype.cpp
LibJS+Everywhere: Convert JS::Error to String
3 years ago
AsyncFromSyncIteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncFunctionConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncFunctionConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncFunctionDriverWrapper.cpp
LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work
3 years ago
AsyncFunctionDriverWrapper.h
LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work
3 years ago
AsyncFunctionPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncFunctionPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncGenerator.cpp
LibJS: Remove Object(Object& prototype) footgun
3 years ago
AsyncGenerator.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
AsyncGeneratorFunctionConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncGeneratorFunctionConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncGeneratorFunctionPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncGeneratorFunctionPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncGeneratorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
AsyncGeneratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncGeneratorRequest.h
LibJS: Make PromiseCapability GC-allocated
3 years ago
AsyncIteratorPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AsyncIteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
AtomicsObject.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
AtomicsObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BigInt.cpp
LibJS: Define BigInt::to_string to complement to_deprecated_string
3 years ago
BigInt.h
LibJS: Define BigInt::to_string to complement to_deprecated_string
3 years ago
BigIntConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BigIntConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BigIntObject.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
BigIntObject.h
LibJS: Convert BigIntObject::create() to NonnullGCPtr
3 years ago
BigIntPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BigIntPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BooleanConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BooleanConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BooleanObject.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
BooleanObject.h
LibJS: Convert BooleanObject::create() to NonnullGCPtr
3 years ago
BooleanPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BooleanPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
BoundFunction.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
BoundFunction.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
CanonicalIndex.h
LibJS: Protect CanonicalIndex against double-to-integer overflow
3 years ago
ClassFieldDefinition.h
LibJS: Include Environment.h directly in ClassFieldDefinition.h
3 years ago
CommonPropertyNames.h
LibJS: Add DisposableStack{, Prototype, Constructor}
3 years ago
Completion.cpp
LibJS: Add spec comments to Completion
3 years ago
Completion.h
LibJS: Use a forwarding reference in ThrowCompletion constructor
3 years ago
ConsoleObject.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ConsoleObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DataView.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
DataView.h
LibJS: Convert DataView::create() to NonnullGCPtr
3 years ago
DataViewConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
DataViewConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DataViewPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DataViewPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
Date.cpp
LibJS: Make string_to_number() return double instead of Optional<Value>
3 years ago
Date.h
LibJS+LibWeb: Move headers around to allow including Value from Cell
3 years ago
DateConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DateConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DatePrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
DatePrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DeclarativeEnvironment.cpp
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
DeclarativeEnvironment.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
DisposableStack.cpp
LibJS: Add DisposableStack{, Prototype, Constructor}
3 years ago
DisposableStack.h
LibJS: Add DisposableStack{, Prototype, Constructor}
3 years ago
DisposableStackConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DisposableStackConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
DisposableStackPrototype.cpp
LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr
3 years ago
DisposableStackPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ECMAScriptFunctionObject.cpp
LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr
3 years ago
ECMAScriptFunctionObject.h
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
3 years ago
Environment.cpp
LibJS: Remove unnecessary GlobalObject pointer from Environment
4 years ago
Environment.h
LibJS: Add an initialize binding hint to all initialize_binding methods
3 years ago
EnvironmentCoordinate.h
LibJS: Shrink Identifier's environment coordinate cache
3 years ago
Error.cpp
LibJS+Everywhere: Convert JS::Error to String
3 years ago
Error.h
LibJS+Everywhere: Convert JS::Error to String
3 years ago
ErrorConstructor.cpp
LibJS: Convert Error's constructor and prototype to String
3 years ago
ErrorConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ErrorPrototype.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
ErrorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ErrorTypes.cpp
LibJS: Emit StringViews for ErrorType instances
3 years ago
ErrorTypes.h
LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD
3 years ago
ExecutionContext.cpp
LibJS: Make it possible to visit the edges of an ExecutionContext
3 years ago
ExecutionContext.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
FinalizationRegistry.cpp
LibJS: Add spec comments to FinalizationRegistryPrototype
3 years ago
FinalizationRegistry.h
LibJS: Don't use a Handle<Realm> in FinalizationRegistry
3 years ago
FinalizationRegistryConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
FinalizationRegistryConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
FinalizationRegistryPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
FinalizationRegistryPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
FunctionConstructor.cpp
LibJS+Everywhere: Convert JS::Error to String
3 years ago
FunctionConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
FunctionEnvironment.cpp
LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h
3 years ago
FunctionEnvironment.h
LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h
3 years ago
FunctionKind.h
LibJS: Add a missing include to FunctionKind.h
3 years ago
FunctionObject.cpp
LibJS: Unify Symbol::description() and raw_description()
3 years ago
FunctionObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
FunctionPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
FunctionPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
GeneratorFunctionConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
GeneratorFunctionConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
GeneratorFunctionPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
GeneratorFunctionPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
GeneratorObject.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
GeneratorObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
GeneratorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
GeneratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
GlobalEnvironment.cpp
LibJS: Add an initialize binding hint to all initialize_binding methods
3 years ago
GlobalEnvironment.h
LibJS: Add an initialize binding hint to all initialize_binding methods
3 years ago
GlobalObject.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
GlobalObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
IndexedProperties.cpp
Everywhere: Run clang-format
4 years ago
IndexedProperties.h
Everywhere: Run clang-format
4 years ago
Intrinsics.cpp
LibJS: Propagate errors from Intrinsics initialization
3 years ago
Intrinsics.h
LibJS: Propagate errors from Intrinsics initialization
3 years ago
Iterator.h
LibJS: Add a spec link for Iterator Records
4 years ago
IteratorOperations.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
IteratorOperations.h
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
3 years ago
IteratorPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
IteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
JSONObject.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
JSONObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
JobCallback.cpp
LibJS: Move JobCallback functions out-of-line
3 years ago
JobCallback.h
LibJS: Move JobCallback functions out-of-line
3 years ago
Map.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
Map.h
Everywhere: Remove unused includes of AK/Concepts.h
3 years ago
MapConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
MapConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
MapIterator.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
MapIterator.h
LibJS: Convert MapIterator::create() to NonnullGCPtr
3 years ago
MapIteratorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
MapIteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
MapPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
MapPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
MathObject.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
MathObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ModuleEnvironment.cpp
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
ModuleEnvironment.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
ModuleNamespaceObject.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
ModuleNamespaceObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ModuleRequest.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
NativeFunction.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
NativeFunction.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
NumberConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
NumberConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
NumberObject.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
NumberObject.h
LibJS: Convert NumberObject::create() to NonnullGCPtr
3 years ago
NumberPrototype.cpp
LibJS: Make int_part a double in StringPrototype::to_string
3 years ago
NumberPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
Object.cpp
LibJS: Fix return type of Object::create_method_property()
3 years ago
Object.h
LibJS: Fix return type of Object::create_method_property()
3 years ago
ObjectConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
ObjectConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ObjectEnvironment.cpp
LibJS: Add an initialize binding hint to all initialize_binding methods
3 years ago
ObjectEnvironment.h
LibJS: Add an initialize binding hint to all initialize_binding methods
3 years ago
ObjectPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
ObjectPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
PrimitiveString.cpp
LibJS: Convert CanonicalNumericIndexString to use NumberToString
3 years ago
PrimitiveString.h
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
PrivateEnvironment.cpp
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
PrivateEnvironment.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
Promise.cpp
LibJS+Everywhere: Convert JS::Error to String
3 years ago
Promise.h
LibJS: Convert Promise::create() to NonnullGCPtr
3 years ago
PromiseCapability.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
PromiseCapability.h
AK+Everywhere: Do not implicitly copy variables in TRY macros
3 years ago
PromiseConstructor.cpp
LibJS: Fix a few const-ness issues
3 years ago
PromiseConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
PromiseJobs.cpp
Everywhere: Remove unnecessary mutable attributes from lambdas
3 years ago
PromiseJobs.h
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
3 years ago
PromisePrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
PromisePrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
PromiseReaction.cpp
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
3 years ago
PromiseReaction.h
LibJS: Convert PromiseReaction::create() to NonnullGCPtr
3 years ago
PromiseResolvingElementFunctions.cpp
LibJS: Fix a few const-ness issues
3 years ago
PromiseResolvingElementFunctions.h
LibJS: Fix a few const-ness issues
3 years ago
PromiseResolvingFunction.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
PromiseResolvingFunction.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
PropertyAttributes.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
PropertyDescriptor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
PropertyDescriptor.h
LibJS: Convert PropertyDescriptor's formatter to String
3 years ago
PropertyKey.h
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
3 years ago
PrototypeObject.h
LibJS: Remove Object(Object& prototype) footgun
3 years ago
ProxyConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
ProxyConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ProxyObject.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
ProxyObject.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
Realm.cpp
LibJS: Propagate errors from Intrinsics initialization
3 years ago
Realm.h
LibJS: Propagate errors from Intrinsics initialization
3 years ago
Reference.cpp
LibJS: Remove unused Reference::to_deprecated_string
3 years ago
Reference.h
LibJS: Remove unused Reference::to_deprecated_string
3 years ago
ReflectObject.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
ReflectObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
RegExpConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
RegExpConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
RegExpLegacyStaticProperties.cpp
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
3 years ago
RegExpLegacyStaticProperties.h
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
3 years ago
RegExpObject.cpp
LibJS: Actually escape \n|\r|LS|PS when escaping RegExp.source
3 years ago
RegExpObject.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
RegExpPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
RegExpPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
RegExpStringIterator.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
RegExpStringIterator.h
LibJS: Convert RegExpStringIterator::create() to NonnullGCPtr
3 years ago
RegExpStringIteratorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
RegExpStringIteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
Set.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
Set.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SetConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SetConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SetIterator.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
SetIterator.h
LibJS: Convert SetIterator::create() to NonnullGCPtr
3 years ago
SetIteratorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
SetIteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SetPrototype.cpp
LibJS: Fix a few const-ness issues
3 years ago
SetPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ShadowRealm.cpp
LibJS: Propagate out-of-memory errors from HostImportModuleDynamically
3 years ago
ShadowRealm.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
ShadowRealmConstructor.cpp
LibJS: Propagate errors from Intrinsics initialization
3 years ago
ShadowRealmConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ShadowRealmPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
ShadowRealmPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
Shape.cpp
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
3 years ago
Shape.h
LibJS: Hide all the constructors!
3 years ago
StringConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
StringConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
StringIterator.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
StringIterator.h
LibJS: Port StringIterator to String
3 years ago
StringIteratorPrototype.cpp
LibJS: Add missing TRY in StringIteratorPrototype::next
3 years ago
StringIteratorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
StringObject.cpp
LibJS: Convert CanonicalNumericIndexString to use NumberToString
3 years ago
StringObject.h
LibJS: Propagate the OOM error from setting the String length property
3 years ago
StringOrSymbol.h
LibJS: Port Symbol to String
3 years ago
StringPrototype.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
StringPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SuppressedError.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
SuppressedError.h
LibJS: Add SuppressedError{, Prototype, Constructor}
3 years ago
SuppressedErrorConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SuppressedErrorConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SuppressedErrorPrototype.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
SuppressedErrorPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
Symbol.cpp
LibJS: Port Symbol to String
3 years ago
Symbol.h
LibJS: Port Symbol to String
3 years ago
SymbolConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
SymbolConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
SymbolObject.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
SymbolObject.h
LibJS: Remove unused forwarding getters from SymbolObject
3 years ago
SymbolPrototype.cpp
LibJS: Port Symbol to String
3 years ago
SymbolPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
ThrowableStringBuilder.cpp
LibJS: Pre-allocate the out-of-memory error string on the VM
3 years ago
ThrowableStringBuilder.h
LibJS: Add a throwable StringBuilder::join method
3 years ago
TypedArray.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
TypedArray.h
LibJS: Convert CanonicalNumericIndexString to use NumberToString
3 years ago
TypedArrayConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
TypedArrayConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
TypedArrayPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
TypedArrayPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
Utf16String.cpp
LibJS: Define Utf16String::to_utf8 to convert Utf16String to String
3 years ago
Utf16String.h
LibJS: Define Utf16String::to_utf8 to convert Utf16String to String
3 years ago
VM.cpp
Everywhere: Use '_{short_,}string' literals more
3 years ago
VM.h
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
3 years ago
Value.cpp
LibJS: Make string_to_number() return double instead of Optional<Value>
3 years ago
Value.h
LibJS: Make string_to_number() return double instead of Optional<Value>
3 years ago
ValueTraits.h
LibJS+LibWeb: Move headers around to allow including Value from Cell
3 years ago
WeakContainer.cpp
LibJS: Use IntrusiveList for keeping track of WeakContainers
4 years ago
WeakContainer.h
LibJS: Add missing headers
4 years ago
WeakMap.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
WeakMap.h
LibJS: Convert WeakMap::create() to NonnullGCPtr
3 years ago
WeakMapConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
WeakMapConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WeakMapPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
WeakMapPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WeakRef.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
WeakRef.h
LibJS: Convert WeakRef::create() to NonnullGCPtr
3 years ago
WeakRefConstructor.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
WeakRefConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WeakRefPrototype.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WeakRefPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WeakSet.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
WeakSet.h
LibJS: Convert WeakSet::create() to NonnullGCPtr
3 years ago
WeakSetConstructor.cpp
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WeakSetConstructor.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WeakSetPrototype.cpp
LbJS: Convert exception-related usages of Value::TDSWOSE to String
3 years ago
WeakSetPrototype.h
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
3 years ago
WrappedFunction.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
WrappedFunction.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago