Linus Groh 3aa3ab65b1 LibJS: Port to_temporal_rounding_mode() to String 2 years ago
..
Intl 0c2efa285a LibJS+LibLocale: Port Intl.NumberFormat to String 2 years ago
Temporal 3aa3ab65b1 LibJS: Port to_temporal_rounding_mode() to String 2 years ago
AbstractOperations.cpp 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 years ago
AbstractOperations.h 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 years ago
Accessor.h 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
AggregateError.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 years ago
AggregateErrorConstructor.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
AggregateErrorConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
AggregateErrorPrototype.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
AggregateErrorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ArgumentsObject.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
ArgumentsObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Array.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
Array.h f2527c8c81 LibJS: Add a fallible variant of Array::create_from 2 years ago
ArrayBuffer.cpp 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 years ago
ArrayBuffer.h 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr 2 years ago
ArrayBufferConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ArrayBufferConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ArrayBufferPrototype.cpp bd40464195 LibJS: Convert standalone construct() to NonnullGCPtr 2 years ago
ArrayBufferPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ArrayConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ArrayConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ArrayIterator.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 years ago
ArrayIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
ArrayIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ArrayPrototype.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
ArrayPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AsyncFromSyncIterator.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
AsyncFromSyncIterator.h 6528cbf51b LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtr 2 years ago
AsyncFromSyncIteratorPrototype.cpp b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 years ago
AsyncFromSyncIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AsyncFunctionConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
AsyncFunctionConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
AsyncFunctionDriverWrapper.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago
AsyncFunctionDriverWrapper.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AsyncFunctionPrototype.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
AsyncFunctionPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AsyncGenerator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
AsyncGenerator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
AsyncGeneratorFunctionConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
AsyncGeneratorFunctionConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
AsyncGeneratorFunctionPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
AsyncGeneratorFunctionPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AsyncGeneratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
AsyncGeneratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 years ago
AsyncIteratorPrototype.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
AsyncIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AtomicsObject.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
AtomicsObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
BigInt.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
BigInt.h 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated 2 years ago
BigIntConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
BigIntConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
BigIntObject.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
BigIntObject.h cf0a24ff0c LibJS: Convert BigIntObject::create() to NonnullGCPtr 2 years ago
BigIntPrototype.cpp 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2 years ago
BigIntPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
BooleanConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
BooleanConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
BooleanObject.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 years ago
BooleanPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
BooleanPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
BoundFunction.cpp bd40464195 LibJS: Convert standalone construct() to NonnullGCPtr 2 years ago
BoundFunction.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
CanonicalIndex.h d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow 2 years ago
ClassFieldDefinition.h 4aade74b91 LibJS: Include Environment.h directly in ClassFieldDefinition.h 2 years ago
CommonPropertyNames.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
Completion.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago
Completion.h 52b76060f9 LibJS: Add a macro for infallible operations that may throw OOM 2 years ago
ConsoleObject.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
ConsoleObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
DataView.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
DataView.h 0eeb3164fa LibJS: Convert DataView::create() to NonnullGCPtr 2 years ago
DataViewConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
DataViewConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
DataViewPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
DataViewPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Date.cpp 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated 2 years ago
Date.h 790b21c8b5 LibJS: Convert Date::create() to NonnullGCPtr 2 years ago
DateConstructor.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
DateConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
DatePrototype.cpp a59ebdac2d LibJS+Everywhere: Return strings by value from PrimitiveString 2 years ago
DatePrototype.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
DeclarativeEnvironment.cpp 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 years ago
DeclarativeEnvironment.h 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 years ago
DisposableStack.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
DisposableStack.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
DisposableStackConstructor.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
DisposableStackConstructor.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
DisposableStackPrototype.cpp bb483c8308 LibJS: Add missing MUST in DisposableStack.prototype.use 2 years ago
DisposableStackPrototype.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
ECMAScriptFunctionObject.cpp 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 years ago
ECMAScriptFunctionObject.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Environment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 years ago
Environment.h a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
EnvironmentCoordinate.h 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache 2 years ago
Error.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Error.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ErrorConstructor.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
ErrorConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ErrorPrototype.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
ErrorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 years ago
ErrorTypes.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
ExecutionContext.cpp 6431dd7904 LibJS: Make it possible to visit the edges of an ExecutionContext 2 years ago
ExecutionContext.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
FinalizationRegistry.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
FinalizationRegistry.h 7fce5f102f LibJS: Don't use a Handle<Realm> in FinalizationRegistry 2 years ago
FinalizationRegistryConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
FinalizationRegistryConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
FinalizationRegistryPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
FinalizationRegistryPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
FunctionConstructor.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
FunctionConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
FunctionEnvironment.cpp 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 years ago
FunctionEnvironment.h 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 years ago
FunctionKind.h 0b2f86de71 LibJS: Make FunctionKind enum class a u8 2 years ago
FunctionObject.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
FunctionObject.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
FunctionPrototype.cpp efbd8ee072 LibJS: Convert BoundFunction::create() to NonnullGCPtr 2 years ago
FunctionPrototype.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
GeneratorFunctionConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
GeneratorFunctionConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
GeneratorFunctionPrototype.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
GeneratorFunctionPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
GeneratorObject.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
GeneratorObject.h 83de01043f LibJS: Convert GeneratorObject::create() to NonnullGCPtr 2 years ago
GeneratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
GeneratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
GlobalEnvironment.cpp a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
GlobalEnvironment.h a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
GlobalObject.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
GlobalObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 years ago
IndexedProperties.h 086969277e Everywhere: Run clang-format 3 years ago
Intrinsics.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
Intrinsics.h 63136615d2 LibJS: Make namespace object initialization lazy as well 2 years ago
Iterator.h 2575184242 LibJS: Add a spec link for Iterator Records 3 years ago
IteratorOperations.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 years ago
IteratorOperations.h ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 3 years ago
IteratorPrototype.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
IteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
JSONObject.cpp 401246ae21 LibJS: Use is_unicode_surrogate more 2 years ago
JSONObject.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
JobCallback.cpp 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 years ago
JobCallback.h 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 years ago
Map.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Map.h f07847e099 Everywhere: Remove unused includes of AK/Concepts.h 2 years ago
MapConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
MapConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
MapIterator.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
MapIterator.h 9846d23c79 LibJS: Convert MapIterator::create() to NonnullGCPtr 2 years ago
MapIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
MapIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
MapPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
MapPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
MathObject.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
MathObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ModuleEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ModuleEnvironment.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ModuleNamespaceObject.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ModuleNamespaceObject.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
NativeFunction.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
NativeFunction.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
NumberConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
NumberConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
NumberObject.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 years ago
NumberPrototype.cpp 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2 years ago
NumberPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Object.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Object.h 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
ObjectConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ObjectConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ObjectEnvironment.cpp a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
ObjectEnvironment.h a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
ObjectPrototype.cpp 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
ObjectPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
PrimitiveString.cpp 4235c59397 LibJS: Add a convenience StringView accessor to PrimitiveString 2 years ago
PrimitiveString.h 4235c59397 LibJS: Add a convenience StringView accessor to PrimitiveString 2 years ago
PrivateEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
PrivateEnvironment.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Promise.cpp 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String 2 years ago
Promise.h a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago
PromiseCapability.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
PromiseCapability.h f5d253dcfa Everywhere: Fully qualify IsLvalueReference in TRY() macros 2 years ago
PromiseConstructor.cpp 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String 2 years ago
PromiseConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
PromiseJobs.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 years ago
PromiseJobs.h d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] 3 years ago
PromisePrototype.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago
PromisePrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
PromiseReaction.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
PromiseReaction.h 716c8bdc9d LibJS: Convert PromiseReaction::create() to NonnullGCPtr 2 years ago
PromiseResolvingElementFunctions.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
PromiseResolvingElementFunctions.h d3cb7cd584 LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtr 2 years ago
PromiseResolvingFunction.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
PromiseResolvingFunction.h 6e386acb11 LibJS: Convert PromiseResolvingFunction::create() to NonnullGCPtr 2 years ago
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
PropertyDescriptor.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 years ago
PropertyDescriptor.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
PropertyKey.h afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
PrototypeObject.h 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
ProxyConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ProxyConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ProxyObject.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ProxyObject.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Realm.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Realm.h bfb8d83535 LibJS: Convert Realm::create() to NonnullGCPtr 2 years ago
Reference.cpp a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
Reference.h a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
ReflectObject.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
ReflectObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
RegExpConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
RegExpConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
RegExpLegacyStaticProperties.cpp 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
RegExpLegacyStaticProperties.h 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
RegExpObject.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
RegExpObject.h cad40ec953 LibJS: Convert RegExpObject::create() to NonnullGCPtr 2 years ago
RegExpPrototype.cpp 9f78e8728a LibJS: Port (most of) String.prototype to String 2 years ago
RegExpPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
RegExpStringIterator.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
RegExpStringIterator.h 9946e9e874 LibJS: Convert RegExpStringIterator::create() to NonnullGCPtr 2 years ago
RegExpStringIteratorPrototype.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
RegExpStringIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Set.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Set.h 1c8b700248 LibJS: Convert Set::create() to NonnullGCPtr 2 years ago
SetConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
SetConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
SetIterator.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
SetIterator.h c200c247e4 LibJS: Convert SetIterator::create() to NonnullGCPtr 2 years ago
SetIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
SetIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
SetPrototype.cpp 1c8b700248 LibJS: Convert Set::create() to NonnullGCPtr 2 years ago
SetPrototype.h 2e806dab07 LibJS: Implement Set.prototype.isDisjointFrom 2 years ago
ShadowRealm.cpp 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String 2 years ago
ShadowRealm.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
ShadowRealmConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ShadowRealmConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
ShadowRealmPrototype.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
ShadowRealmPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Shape.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Shape.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
StringConstructor.cpp 9f78e8728a LibJS: Port (most of) String.prototype to String 2 years ago
StringConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
StringIterator.cpp b6b5ddeb3b LibJS: Port StringIterator to String 2 years ago
StringIterator.h b6b5ddeb3b LibJS: Port StringIterator to String 2 years ago
StringIteratorPrototype.cpp b6b5ddeb3b LibJS: Port StringIterator to String 2 years ago
StringIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
StringObject.cpp 9f78e8728a LibJS: Port (most of) String.prototype to String 2 years ago
StringObject.h 049e99b5f0 LibJS: Convert StringObject::create() to NonnullGCPtr 2 years ago
StringOrSymbol.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
StringPrototype.cpp 401246ae21 LibJS: Use is_unicode_surrogate more 2 years ago
StringPrototype.h 0d47c4e7a0 LibJS: Port the TrimString AO to String 2 years ago
SuppressedError.cpp 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
SuppressedError.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
SuppressedErrorConstructor.cpp 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
SuppressedErrorConstructor.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
SuppressedErrorPrototype.cpp 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
SuppressedErrorPrototype.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
Symbol.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Symbol.h 1dd8655514 LibJS: Replace standalone js_symbol() with Symbol::create() 2 years ago
SymbolConstructor.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
SymbolConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
SymbolObject.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
SymbolObject.h dd3d133968 LibJS: Convert SymbolObject::create() to NonnullGCPtr 2 years ago
SymbolPrototype.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
SymbolPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ThrowableStringBuilder.cpp 79e81e8a15 LibJS: Add ThrowableStringBuilder::to_string to create a new String 2 years ago
ThrowableStringBuilder.h 79e81e8a15 LibJS: Add ThrowableStringBuilder::to_string to create a new String 2 years ago
TypedArray.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
TypedArray.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
TypedArrayConstructor.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
TypedArrayConstructor.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
TypedArrayPrototype.cpp afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
TypedArrayPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Utf16String.cpp c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 years ago
Utf16String.h c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 years ago
VM.cpp 243caa8fa9 LibJS: Port the VM's single-character ASCII strings to String 2 years ago
VM.h 8f5bdce8e7 LibJS: Add initial support for creating PrimitiveStrings with AK::String 2 years ago
Value.cpp 2ff989914d LibJS: Make Value::typeof() return a StringView 2 years ago
Value.h 2ff989914d LibJS: Make Value::typeof() return a StringView 2 years ago
ValueTraits.h 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 years ago
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 years ago
WeakMap.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
WeakMap.h 3358ddfd0e LibJS: Convert WeakMap::create() to NonnullGCPtr 2 years ago
WeakMapConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
WeakMapConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
WeakMapPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
WeakMapPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
WeakRef.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
WeakRef.h cac71a6847 LibJS: Convert WeakRef::create() to NonnullGCPtr 2 years ago
WeakRefConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
WeakRefConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
WeakRefPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
WeakRefPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
WeakSet.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
WeakSet.h 54ebf71da2 LibJS: Convert WeakSet::create() to NonnullGCPtr 2 years ago
WeakSetConstructor.cpp 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
WeakSetConstructor.h 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
WeakSetPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
WeakSetPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
WrappedFunction.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
WrappedFunction.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago