Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
..
Intl ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
Temporal ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
AbstractOperations.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
AbstractOperations.h ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses 2 éve
Accessor.h 2b92c15b34 LibJS: Convert Accessor::create() to NonnullGCPtr 2 éve
AggregateError.cpp 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 éve
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 éve
AggregateErrorConstructor.cpp 3b64610834 LibJS: Add spec comments to AggregateErrorConstructor 2 éve
AggregateErrorConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AggregateErrorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
AggregateErrorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ArgumentsObject.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
ArgumentsObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Array.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 éve
Array.h 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 éve
ArrayBuffer.cpp 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr 2 éve
ArrayBuffer.h 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr 2 éve
ArrayBufferConstructor.cpp 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 éve
ArrayBufferConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ArrayBufferPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ArrayBufferPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ArrayConstructor.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 éve
ArrayConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ArrayIterator.cpp 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 éve
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 éve
ArrayIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ArrayIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ArrayPrototype.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
ArrayPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AsyncFromSyncIterator.cpp 6528cbf51b LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtr 2 éve
AsyncFromSyncIterator.h 6528cbf51b LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtr 2 éve
AsyncFromSyncIteratorPrototype.cpp b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 éve
AsyncFromSyncIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AsyncFunctionConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
AsyncFunctionConstructor.h 6dbca785d1 LibJS: Make AsyncFunctionConstructor.h not include AST.h 2 éve
AsyncFunctionDriverWrapper.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
AsyncFunctionDriverWrapper.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AsyncFunctionPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
AsyncFunctionPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AsyncGenerator.cpp 9ff02ad42c LibJS: Make AsyncGenerator not include AsyncGeneratorRequest.h 2 éve
AsyncGenerator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
AsyncGeneratorFunctionConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
AsyncGeneratorFunctionConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AsyncGeneratorFunctionPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
AsyncGeneratorFunctionPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AsyncGeneratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
AsyncGeneratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 éve
AsyncIteratorPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
AsyncIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
AtomicsObject.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
AtomicsObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
BigInt.cpp 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() 2 éve
BigInt.h 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() 2 éve
BigIntConstructor.cpp 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() 2 éve
BigIntConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
BigIntObject.cpp cf0a24ff0c LibJS: Convert BigIntObject::create() to NonnullGCPtr 2 éve
BigIntObject.h cf0a24ff0c LibJS: Convert BigIntObject::create() to NonnullGCPtr 2 éve
BigIntPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
BigIntPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
BooleanConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
BooleanConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
BooleanObject.cpp b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 éve
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 éve
BooleanPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
BooleanPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
BoundFunction.cpp efbd8ee072 LibJS: Convert BoundFunction::create() to NonnullGCPtr 2 éve
BoundFunction.h efbd8ee072 LibJS: Convert BoundFunction::create() to NonnullGCPtr 2 éve
CanonicalIndex.h d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow 2 éve
ClassFieldDefinition.h 4aade74b91 LibJS: Include Environment.h directly in ClassFieldDefinition.h 2 éve
CommonPropertyNames.h 2e806dab07 LibJS: Implement Set.prototype.isDisjointFrom 2 éve
Completion.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
Completion.h d26aabff04 Everywhere: Run clang-format 2 éve
ConsoleObject.cpp 69dd158f91 LibJS: Create Console using a Realm instead of a VM 2 éve
ConsoleObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
DataView.cpp 0eeb3164fa LibJS: Convert DataView::create() to NonnullGCPtr 2 éve
DataView.h 0eeb3164fa LibJS: Convert DataView::create() to NonnullGCPtr 2 éve
DataViewConstructor.cpp 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 éve
DataViewConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
DataViewPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
DataViewPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Date.cpp 790b21c8b5 LibJS: Convert Date::create() to NonnullGCPtr 2 éve
Date.h 790b21c8b5 LibJS: Convert Date::create() to NonnullGCPtr 2 éve
DateConstructor.cpp ce39c907fd LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date 2 éve
DateConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
DatePrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
DatePrototype.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
DeclarativeEnvironment.cpp 2e98c17347 LibJS: Shrink DeclarativeEnvironment bindings vector to fit 2 éve
DeclarativeEnvironment.h 2e98c17347 LibJS: Shrink DeclarativeEnvironment bindings vector to fit 2 éve
ECMAScriptFunctionObject.cpp b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 éve
ECMAScriptFunctionObject.h 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr 2 éve
Environment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 éve
Environment.h 49fd92d92a LibJS: Make JS_OBJECT and JS_ENVIRONMENT forward to JS_CELL 2 éve
EnvironmentCoordinate.h 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache 2 éve
Error.cpp d21ac9d820 LibJS: Convert Error::create() to NonnullGCPtr 2 éve
Error.h d21ac9d820 LibJS: Convert Error::create() to NonnullGCPtr 2 éve
ErrorConstructor.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ErrorConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ErrorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ErrorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 éve
ErrorTypes.h 4db2efaecb LibJS/Bytecode: Implement yield* 2 éve
ExecutionContext.cpp 6431dd7904 LibJS: Make it possible to visit the edges of an ExecutionContext 2 éve
ExecutionContext.h 6431dd7904 LibJS: Make it possible to visit the edges of an ExecutionContext 2 éve
FinalizationRegistry.cpp 0585029c30 LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>) 2 éve
FinalizationRegistry.h 7fce5f102f LibJS: Don't use a Handle<Realm> in FinalizationRegistry 2 éve
FinalizationRegistryConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
FinalizationRegistryConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
FinalizationRegistryPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
FinalizationRegistryPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
FunctionConstructor.cpp 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr 2 éve
FunctionConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
FunctionEnvironment.cpp 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 éve
FunctionEnvironment.h 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 éve
FunctionKind.h 0b2f86de71 LibJS: Make FunctionKind enum class a u8 2 éve
FunctionObject.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
FunctionObject.h 98a6f962a0 LibJS: Use correct include + object class for Function{Object,Prototype} 2 éve
FunctionPrototype.cpp efbd8ee072 LibJS: Convert BoundFunction::create() to NonnullGCPtr 2 éve
FunctionPrototype.h 98a6f962a0 LibJS: Use correct include + object class for Function{Object,Prototype} 2 éve
GeneratorFunctionConstructor.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
GeneratorFunctionConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
GeneratorFunctionPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
GeneratorFunctionPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
GeneratorObject.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
GeneratorObject.h 83de01043f LibJS: Convert GeneratorObject::create() to NonnullGCPtr 2 éve
GeneratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
GeneratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
GlobalEnvironment.cpp 3f1ffc2b94 LibJS: Remove unnecessary AST.h include in a handful of cpp files 2 éve
GlobalEnvironment.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
GlobalObject.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
GlobalObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 éve
IndexedProperties.h 086969277e Everywhere: Run clang-format 3 éve
Intrinsics.cpp 45f903da00 LibJS: Convert Intrinsics::create() to NonnullGCPtr 2 éve
Intrinsics.h 45f903da00 LibJS: Convert Intrinsics::create() to NonnullGCPtr 2 éve
Iterator.h 2575184242 LibJS: Add a spec link for Iterator Records 3 éve
IteratorOperations.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
IteratorOperations.h ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 3 éve
IteratorPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
IteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
JSONObject.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
JSONObject.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
JobCallback.cpp 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 éve
JobCallback.h 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 éve
Map.cpp d48cdc7fa6 LibJS: Convert Map::create() to NonnullGCPtr 2 éve
Map.h d48cdc7fa6 LibJS: Convert Map::create() to NonnullGCPtr 2 éve
MapConstructor.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
MapConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
MapIterator.cpp 9846d23c79 LibJS: Convert MapIterator::create() to NonnullGCPtr 2 éve
MapIterator.h 9846d23c79 LibJS: Convert MapIterator::create() to NonnullGCPtr 2 éve
MapIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
MapIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
MapPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
MapPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
MathObject.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
MathObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ModuleEnvironment.cpp 3f1ffc2b94 LibJS: Remove unnecessary AST.h include in a handful of cpp files 2 éve
ModuleEnvironment.h 93464d4e41 LibJS: Visit GC allocated members of ModuleEnvironment 2 éve
ModuleNamespaceObject.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ModuleNamespaceObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ModuleRequest.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
NativeFunction.cpp b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 éve
NativeFunction.h b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 éve
NumberConstructor.cpp 2af028132a AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places 2 éve
NumberConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
NumberObject.cpp f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 éve
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 éve
NumberPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
NumberPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Object.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
Object.h ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
ObjectConstructor.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
ObjectConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ObjectEnvironment.cpp 3f1ffc2b94 LibJS: Remove unnecessary AST.h include in a handful of cpp files 2 éve
ObjectEnvironment.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ObjectPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ObjectPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
PrimitiveString.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
PrimitiveString.h 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC 3 éve
PrivateEnvironment.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Promise.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
Promise.h a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
PromiseCapability.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
PromiseCapability.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 éve
PromiseConstructor.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
PromiseConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
PromiseJobs.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 éve
PromiseJobs.h d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] 3 éve
PromisePrototype.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
PromisePrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
PromiseReaction.cpp fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 éve
PromiseReaction.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 éve
PromiseResolvingElementFunctions.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
PromiseResolvingElementFunctions.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 éve
PromiseResolvingFunction.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
PromiseResolvingFunction.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
PropertyDescriptor.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
PropertyDescriptor.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
PropertyKey.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
PrototypeObject.h d26aabff04 Everywhere: Run clang-format 2 éve
ProxyConstructor.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
ProxyConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ProxyObject.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 éve
ProxyObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Realm.cpp abfb73f2e7 LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC 2 éve
Realm.h abfb73f2e7 LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC 2 éve
Reference.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 éve
Reference.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 éve
ReflectObject.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ReflectObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
RegExpConstructor.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
RegExpConstructor.h 0d96468e9b LibJS: Implement RegExp legacy static properties 2 éve
RegExpLegacyStaticProperties.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
RegExpLegacyStaticProperties.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
RegExpObject.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
RegExpObject.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
RegExpPrototype.cpp ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 éve
RegExpPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
RegExpStringIterator.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
RegExpStringIterator.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
RegExpStringIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
RegExpStringIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Set.cpp fee65f6453 LibJS: Implement Set.prototype.union 2 éve
Set.h fee65f6453 LibJS: Implement Set.prototype.union 2 éve
SetConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
SetConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
SetIterator.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
SetIterator.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
SetIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
SetIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
SetPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
SetPrototype.h 2e806dab07 LibJS: Implement Set.prototype.isDisjointFrom 2 éve
ShadowRealm.cpp b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 éve
ShadowRealm.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
ShadowRealmConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
ShadowRealmConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
ShadowRealmPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
ShadowRealmPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Shape.cpp 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() 2 éve
Shape.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
StringConstructor.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
StringConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
StringIterator.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
StringIterator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
StringIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
StringIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
StringObject.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
StringObject.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
StringOrSymbol.h 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
StringPrototype.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 éve
StringPrototype.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Symbol.cpp 1dd8655514 LibJS: Replace standalone js_symbol() with Symbol::create() 2 éve
Symbol.h 1dd8655514 LibJS: Replace standalone js_symbol() with Symbol::create() 2 éve
SymbolConstructor.cpp 1dd8655514 LibJS: Replace standalone js_symbol() with Symbol::create() 2 éve
SymbolConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
SymbolObject.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
SymbolObject.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
SymbolPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
SymbolPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
TypedArray.cpp 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr 2 éve
TypedArray.h 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
TypedArrayConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
TypedArrayConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
TypedArrayPrototype.cpp d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow 2 éve
TypedArrayPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
Utf16String.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Utf16String.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
VM.cpp a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 éve
VM.h f490ba13ff LibJS: Move creation of global symbols into Symbol.for() 2 éve
Value.cpp f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 éve
Value.h ff5882291f LibJS: Rename same_value_non_{numeric => number}() and handle BigInts 2 éve
ValueTraits.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 éve
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 éve
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 éve
WeakMap.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
WeakMap.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakMapConstructor.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
WeakMapConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakMapPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
WeakMapPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakRef.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
WeakRef.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakRefConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
WeakRefConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakRefPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
WeakRefPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakSet.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
WeakSet.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakSetConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 éve
WeakSetConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WeakSetPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 éve
WeakSetPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve
WrappedFunction.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 éve
WrappedFunction.h 35c9aa7c05 LibJS: Hide all the constructors! 2 éve