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