Obinna Ikeh 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation há 3 anos atrás
..
Intl f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double há 3 anos atrás
Temporal 4c77575ec5 LibJS: Simplify Temporal unit AOs há 3 anos atrás
AbstractOperations.cpp ee6fb51db6 LibJS: Add a couple of missing spec steps to PerformEval há 3 anos atrás
AbstractOperations.h 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings há 3 anos atrás
Accessor.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error há 4 anos atrás
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error há 4 anos atrás
AggregateErrorConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr há 3 anos atrás
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError há 4 anos atrás
ArgumentsObject.cpp 50d0f879f7 LibJS: Remove bogus FIXME in ArgumentsObject::internal_get() há 3 anos atrás
ArgumentsObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
Array.cpp 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation há 3 anos atrás
Array.h e2a5a27302 LibJS: Implement the SortIndexedProperties AO há 3 anos atrás
ArrayBuffer.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ArrayBuffer.h c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() há 3 anos atrás
ArrayBufferConstructor.cpp 1a8b5ef80a LibJS: Stop fetching GlobalObject from target's realm in ArrayBuffer há 3 anos atrás
ArrayBufferConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayBufferPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayBufferPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayIterator.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ArrayPrototype.cpp 698062b831 LibJS: Implement Array.prototype.with() há 3 anos atrás
ArrayPrototype.h 698062b831 LibJS: Implement Array.prototype.with() há 3 anos atrás
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records há 3 anos atrás
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records há 3 anos atrás
AsyncFromSyncIteratorPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
AsyncFromSyncIteratorPrototype.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
AsyncFunctionConstructor.cpp de238ff351 LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor há 3 anos atrás
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions há 3 anos atrás
AsyncFunctionDriverWrapper.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
AsyncFunctionDriverWrapper.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
AsyncFunctionPrototype.cpp 681787de76 LibJS: Add support for async functions há 3 anos atrás
AsyncFunctionPrototype.h 681787de76 LibJS: Add support for async functions há 3 anos atrás
AsyncGenerator.cpp 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype há 3 anos atrás
AsyncGenerator.h 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype há 3 anos atrás
AsyncGeneratorFunctionConstructor.cpp 7d0782f308 LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype há 3 anos atrás
AsyncGeneratorFunctionConstructor.h 0982a73d1d LibJS: Parse async generator functions há 3 anos atrás
AsyncGeneratorFunctionPrototype.cpp 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype há 3 anos atrás
AsyncGeneratorFunctionPrototype.h 0982a73d1d LibJS: Parse async generator functions há 3 anos atrás
AsyncGeneratorPrototype.cpp 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype há 3 anos atrás
AsyncGeneratorPrototype.h 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype há 3 anos atrás
AsyncGeneratorRequest.h 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype há 3 anos atrás
AsyncIteratorPrototype.cpp 232e830a0a LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable há 3 anos atrás
AsyncIteratorPrototype.h 7fd38eac98 LibJS: Add AsyncIteratorPrototype há 3 anos atrás
AtomicsObject.cpp c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() há 3 anos atrás
AtomicsObject.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
BigInt.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BigInt.h 086969277e Everywhere: Run clang-format há 3 anos atrás
BigIntConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BigIntConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BigIntObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BigIntObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BigIntPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BigIntPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BooleanConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BooleanConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BooleanObject.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces há 3 anos atrás
BooleanObject.h ee1379520a LibJS: Add missing whitespace around namespace curly braces há 3 anos atrás
BooleanPrototype.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces há 3 anos atrás
BooleanPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
BoundFunction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
BoundFunction.h 086969277e Everywhere: Run clang-format há 3 anos atrás
CanonicalIndex.h 8eb936538f LibJS: Add missing include for 'u32' to CanonicalIndex.h há 3 anos atrás
ClassFieldDefinition.h e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records há 3 anos atrás
CommonPropertyNames.h ae81793f20 LibJS: Implement Array.prototype.toSpliced() há 3 anos atrás
Completion.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
Completion.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ConsoleObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ConsoleObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
DataView.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
DataView.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
DataViewConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
DataViewConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
DataViewPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
DataViewPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
Date.cpp f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double há 3 anos atrás
Date.h c6f7214a60 LibJS: Replace magic nanosecond numbers with constants há 3 anos atrás
DateConstructor.cpp f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double há 3 anos atrás
DateConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
DatePrototype.cpp f64b69955e LibJS: Fix numeric type in Date.prototype.toTemporalInstant() há 3 anos atrás
DatePrototype.h f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double há 3 anos atrás
DeclarativeEnvironment.cpp 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! há 3 anos atrás
DeclarativeEnvironment.h acda12597a LibJS: Rename scope to environment há 3 anos atrás
ECMAScriptFunctionObject.cpp 53619176f5 LibJS: Set "prototype" property of async generator functions há 3 anos atrás
ECMAScriptFunctionObject.h acda12597a LibJS: Rename scope to environment há 3 anos atrás
Environment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment há 3 anos atrás
Environment.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h há 3 anos atrás
Error.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
Error.h e160f508a8 LibJS: Add a traceback to Error há 3 anos atrás
ErrorConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr há 3 anos atrás
ErrorPrototype.cpp fb60ada6ce LibJS: Handle non-Error this object in Error.prototype.stack getter há 3 anos atrás
ErrorPrototype.h 8d784310e0 LibJS: Implement the Error.prototype.stack setter há 3 anos atrás
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ErrorTypes.h 771e3b9868 LibJS: Stub out String.prototype.normalize há 3 anos atrás
ExecutionContext.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás
FinalizationRegistry.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
FinalizationRegistry.h 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers há 3 anos atrás
FinalizationRegistryConstructor.cpp 24d772af7c LibJS: Move additional notes to spec comments onto their own line há 3 anos atrás
FinalizationRegistryConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
FinalizationRegistryPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
FinalizationRegistryPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
FunctionConstructor.cpp 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings há 3 anos atrás
FunctionConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
FunctionEnvironment.cpp acda12597a LibJS: Rename scope to environment há 3 anos atrás
FunctionEnvironment.h acda12597a LibJS: Rename scope to environment há 3 anos atrás
FunctionKind.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} há 3 anos atrás
FunctionObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
FunctionObject.h 086969277e Everywhere: Run clang-format há 3 anos atrás
FunctionPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
FunctionPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
GeneratorFunctionConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
GeneratorFunctionConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
GeneratorFunctionPrototype.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces há 3 anos atrás
GeneratorFunctionPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
GeneratorObject.cpp e1cd36559d LibJS: Make the BC generator.next(value) work há 3 anos atrás
GeneratorObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
GeneratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
GeneratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
GlobalEnvironment.cpp 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! há 3 anos atrás
GlobalEnvironment.h 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr há 3 anos atrás
GlobalObject.cpp 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings há 3 anos atrás
GlobalObject.h dd547c3374 LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype% há 3 anos atrás
IndexedProperties.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
IndexedProperties.h 086969277e Everywhere: Run clang-format há 3 anos atrás
Iterator.h 2575184242 LibJS: Add a spec link for Iterator Records há 3 anos atrás
IteratorOperations.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
IteratorOperations.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás
IteratorPrototype.cpp 472ff7a6d4 LibJS: Don't coerce this value in %IteratorPrototype%[@@iterator] há 3 anos atrás
IteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
JSONObject.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers há 3 anos atrás
JSONObject.h 086969277e Everywhere: Run clang-format há 3 anos atrás
JobCallback.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás
Map.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
Map.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapIterator.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MapPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MathObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
MathObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ModuleEnvironment.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ModuleEnvironment.h 0cdbc03de0 LibJS: Add ModuleEnvironment há 3 anos atrás
ModuleNamespaceObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ModuleNamespaceObject.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás
NativeFunction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
NativeFunction.h 086969277e Everywhere: Run clang-format há 3 anos atrás
NumberConstructor.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
NumberConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
NumberObject.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces há 3 anos atrás
NumberObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
NumberPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
NumberPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
Object.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
Object.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ObjectConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ObjectConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ObjectEnvironment.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr há 3 anos atrás
ObjectPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ObjectPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
PrimitiveString.cpp da374a82bc LibJS: Correct an include in PrimitiveString há 3 anos atrás
PrimitiveString.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC há 3 anos atrás
PrivateEnvironment.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
Promise.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
Promise.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PromiseConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr há 3 anos atrás
PromiseJobs.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PromiseJobs.h 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm há 3 anos atrás
PromisePrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr há 3 anos atrás
PromiseReaction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PromiseReaction.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PromiseResolvingElementFunctions.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PromiseResolvingElementFunctions.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr há 3 anos atrás
PromiseResolvingFunction.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
PropertyAttributes.h 086969277e Everywhere: Run clang-format há 3 anos atrás
PropertyDescriptor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
PropertyDescriptor.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> há 3 anos atrás
PropertyKey.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
PrototypeObject.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
ProxyConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ProxyConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ProxyObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ProxyObject.h 086969277e Everywhere: Run clang-format há 3 anos atrás
Realm.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
Realm.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
Reference.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
Reference.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ReflectObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ReflectObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
RegExpConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
RegExpConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
RegExpObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
RegExpObject.h 086969277e Everywhere: Run clang-format há 3 anos atrás
RegExpPrototype.cpp f3768705a9 LibJS: Use consistent phrasing for string length há 3 anos atrás
RegExpPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
RegExpStringIterator.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
RegExpStringIterator.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
RegExpStringIteratorPrototype.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
RegExpStringIteratorPrototype.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
Set.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
Set.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetIterator.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SetPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
ShadowRealm.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
ShadowRealm.h c08a52dd97 LibJS: Remove the name prefix for wrapped functions há 3 anos atrás
ShadowRealmConstructor.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere há 3 anos atrás
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr há 3 anos atrás
ShadowRealmPrototype.cpp 68ee193464 LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument há 3 anos atrás
ShadowRealmPrototype.h 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr há 3 anos atrás
Shape.cpp 343d699627 LibJS: Add missing Vector::in_reverse() in ensure_property_table() há 3 anos atrás
Shape.h 086969277e Everywhere: Run clang-format há 3 anos atrás
StringConstructor.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
StringConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
StringIterator.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces há 3 anos atrás
StringIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
StringIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
StringIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
StringObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
StringObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case há 4 anos atrás
StringPrototype.cpp 771e3b9868 LibJS: Stub out String.prototype.normalize há 3 anos atrás
StringPrototype.h 771e3b9868 LibJS: Stub out String.prototype.normalize há 3 anos atrás
Symbol.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
Symbol.h 086969277e Everywhere: Run clang-format há 3 anos atrás
SymbolConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SymbolConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SymbolObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SymbolObject.h 086969277e Everywhere: Run clang-format há 3 anos atrás
SymbolPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
SymbolPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
TypedArray.cpp 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer há 3 anos atrás
TypedArray.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
TypedArrayConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
TypedArrayConstructor.h 086969277e Everywhere: Run clang-format há 3 anos atrás
TypedArrayPrototype.cpp 367e7b4fe5 LibJS: Reflect Array.prototype.toLocaleString comment in %TypedArray% há 3 anos atrás
TypedArrayPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
Utf16String.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
Utf16String.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
VM.cpp 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings há 3 anos atrás
VM.h 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings há 3 anos atrás
Value.cpp 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation há 3 anos atrás
Value.h 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation há 3 anos atrás
ValueTraits.h 59080f441e LibJS: Normalize NaN values in Sets and Maps há 3 anos atrás
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers há 4 anos atrás
WeakContainer.h a95b321bf1 LibJS: Add missing headers há 3 anos atrás
WeakMap.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakMap.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakMapConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakMapConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakMapPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakMapPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakRef.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakRef.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakRefConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakRefConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakRefPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakRefPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakSet.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakSet.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakSetConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakSetConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakSetPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WeakSetPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
WrappedFunction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
WrappedFunction.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás