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