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