Timothy Flynn 37ab7cc694 LibJS: Implement Intl.NumberFormat V3's [[TrailingZeroDisplay]] changes 3 anos atrás
..
Intl 37ab7cc694 LibJS: Implement Intl.NumberFormat V3's [[TrailingZeroDisplay]] changes 3 anos atrás
Temporal a712c7b5e1 LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero 3 anos atrás
AbstractOperations.cpp 22a78e8a2c LibJS: Implement the CanBeHeldWeakly abstract operation 3 anos atrás
AbstractOperations.h a712c7b5e1 LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero 3 anos atrás
Accessor.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 3 anos atrás
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 anos atrás
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 anos atrás
AggregateErrorConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anos atrás
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 anos atrás
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 anos atrás
ArgumentsObject.cpp 50d0f879f7 LibJS: Remove bogus FIXME in ArgumentsObject::internal_get() 3 anos atrás
ArgumentsObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
Array.cpp 5927cdd9c5 LibJS: Use u64 for the length parameter in Array::create() 3 anos atrás
Array.h 5927cdd9c5 LibJS: Use u64 for the length parameter in Array::create() 3 anos atrás
ArrayBuffer.cpp 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 anos atrás
ArrayBuffer.h 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 anos atrás
ArrayBufferConstructor.cpp 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 anos atrás
ArrayBufferConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ArrayBufferPrototype.cpp 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 anos atrás
ArrayBufferPrototype.h 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 anos atrás
ArrayConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ArrayConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ArrayIterator.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ArrayIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ArrayIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ArrayIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ArrayPrototype.cpp 864c7fb9f1 LibJS: Update spec numbers from the array-find-from-last proposal merge 3 anos atrás
ArrayPrototype.h f19c4ab693 LibJS: Sort Array.prototype methods in spec order 3 anos atrás
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 anos atrás
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 anos atrás
AsyncFromSyncIteratorPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
AsyncFromSyncIteratorPrototype.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
AsyncFunctionConstructor.cpp de238ff351 LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor 3 anos atrás
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions 3 anos atrás
AsyncFunctionDriverWrapper.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
AsyncFunctionDriverWrapper.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
AsyncFunctionPrototype.cpp 681787de76 LibJS: Add support for async functions 3 anos atrás
AsyncFunctionPrototype.h 681787de76 LibJS: Add support for async functions 3 anos atrás
AsyncGenerator.cpp 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype 3 anos atrás
AsyncGenerator.h 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype 3 anos atrás
AsyncGeneratorFunctionConstructor.cpp 7d0782f308 LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype 3 anos atrás
AsyncGeneratorFunctionConstructor.h 0982a73d1d LibJS: Parse async generator functions 3 anos atrás
AsyncGeneratorFunctionPrototype.cpp 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype 3 anos atrás
AsyncGeneratorFunctionPrototype.h 0982a73d1d LibJS: Parse async generator functions 3 anos atrás
AsyncGeneratorPrototype.cpp 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype 3 anos atrás
AsyncGeneratorPrototype.h 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype 3 anos atrás
AsyncGeneratorRequest.h 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype 3 anos atrás
AsyncIteratorPrototype.cpp 232e830a0a LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable 3 anos atrás
AsyncIteratorPrototype.h 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 anos atrás
AtomicsObject.cpp c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 3 anos atrás
AtomicsObject.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
BigInt.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BigInt.h 086969277e Everywhere: Run clang-format 3 anos atrás
BigIntConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BigIntConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BigIntObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BigIntObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BigIntPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BigIntPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BooleanConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BooleanConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BooleanObject.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces 3 anos atrás
BooleanObject.h ee1379520a LibJS: Add missing whitespace around namespace curly braces 3 anos atrás
BooleanPrototype.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces 3 anos atrás
BooleanPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
BoundFunction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
BoundFunction.h 086969277e Everywhere: Run clang-format 3 anos atrás
CanonicalIndex.h 8eb936538f LibJS: Add missing include for 'u32' to CanonicalIndex.h 3 anos atrás
ClassFieldDefinition.h e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records 3 anos atrás
CommonPropertyNames.h 33698b9615 LibJS+js: Parse new constructor options from Intl.NumberFormat V3 3 anos atrás
Completion.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
Completion.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ConsoleObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ConsoleObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
DataView.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
DataView.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
DataViewConstructor.cpp f97e664d8f LibJS: Check for add overflow in `DataViewConstructor` 3 anos atrás
DataViewConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
DataViewPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
DataViewPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
Date.cpp f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double 3 anos atrás
Date.h c6f7214a60 LibJS: Replace magic nanosecond numbers with constants 3 anos atrás
DateConstructor.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
DateConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
DatePrototype.cpp f64b69955e LibJS: Fix numeric type in Date.prototype.toTemporalInstant() 3 anos atrás
DatePrototype.h f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double 3 anos atrás
DeclarativeEnvironment.cpp 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! 3 anos atrás
DeclarativeEnvironment.h acda12597a LibJS: Rename scope to environment 3 anos atrás
ECMAScriptFunctionObject.cpp 53619176f5 LibJS: Set "prototype" property of async generator functions 3 anos atrás
ECMAScriptFunctionObject.h acda12597a LibJS: Rename scope to environment 3 anos atrás
Environment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 anos atrás
Environment.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h 3 anos atrás
Error.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
Error.h e160f508a8 LibJS: Add a traceback to Error 3 anos atrás
ErrorConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anos atrás
ErrorPrototype.cpp fb60ada6ce LibJS: Handle non-Error this object in Error.prototype.stack getter 3 anos atrás
ErrorPrototype.h 8d784310e0 LibJS: Implement the Error.prototype.stack setter 3 anos atrás
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 anos atrás
ErrorTypes.h 33698b9615 LibJS+js: Parse new constructor options from Intl.NumberFormat V3 3 anos atrás
ExecutionContext.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 anos atrás
FinalizationRegistry.cpp a79796ea4a LibJS: Implement stage 3 proposal FinalizationRegistry changes 3 anos atrás
FinalizationRegistry.h a79796ea4a LibJS: Implement stage 3 proposal FinalizationRegistry changes 3 anos atrás
FinalizationRegistryConstructor.cpp 24d772af7c LibJS: Move additional notes to spec comments onto their own line 3 anos atrás
FinalizationRegistryConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
FinalizationRegistryPrototype.cpp a79796ea4a LibJS: Implement stage 3 proposal FinalizationRegistry changes 3 anos atrás
FinalizationRegistryPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
FunctionConstructor.cpp 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings 3 anos atrás
FunctionConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
FunctionEnvironment.cpp acda12597a LibJS: Rename scope to environment 3 anos atrás
FunctionEnvironment.h acda12597a LibJS: Rename scope to environment 3 anos atrás
FunctionKind.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 3 anos atrás
FunctionObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
FunctionObject.h 086969277e Everywhere: Run clang-format 3 anos atrás
FunctionPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
FunctionPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
GeneratorFunctionConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
GeneratorFunctionConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
GeneratorFunctionPrototype.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces 3 anos atrás
GeneratorFunctionPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
GeneratorObject.cpp e1cd36559d LibJS: Make the BC generator.next(value) work 3 anos atrás
GeneratorObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
GeneratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
GeneratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
GlobalEnvironment.cpp 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! 3 anos atrás
GlobalEnvironment.h 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 anos atrás
GlobalObject.cpp 97fe37bcc2 LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 3 anos atrás
GlobalObject.h dd547c3374 LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype% 3 anos atrás
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 anos atrás
IndexedProperties.h 086969277e Everywhere: Run clang-format 3 anos atrás
Iterator.h 2575184242 LibJS: Add a spec link for Iterator Records 3 anos atrás
IteratorOperations.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
IteratorOperations.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 anos atrás
IteratorPrototype.cpp 472ff7a6d4 LibJS: Don't coerce this value in %IteratorPrototype%[@@iterator] 3 anos atrás
IteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
JSONObject.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
JSONObject.h 086969277e Everywhere: Run clang-format 3 anos atrás
JobCallback.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 anos atrás
Map.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
Map.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapIterator.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MapPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MathObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
MathObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ModuleEnvironment.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ModuleEnvironment.h 0cdbc03de0 LibJS: Add ModuleEnvironment 3 anos atrás
ModuleNamespaceObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ModuleNamespaceObject.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 anos atrás
NativeFunction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
NativeFunction.h 086969277e Everywhere: Run clang-format 3 anos atrás
NumberConstructor.cpp 086969277e Everywhere: Run clang-format 3 anos atrás
NumberConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
NumberObject.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces 3 anos atrás
NumberObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
NumberPrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
NumberPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
Object.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
Object.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
ObjectConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ObjectConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ObjectEnvironment.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anos atrás
ObjectPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ObjectPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
PrimitiveString.cpp da374a82bc LibJS: Correct an include in PrimitiveString 3 anos atrás
PrimitiveString.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 3 anos atrás
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC 3 anos atrás
PrivateEnvironment.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 3 anos atrás
Promise.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
Promise.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PromiseConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 anos atrás
PromiseJobs.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PromiseJobs.h 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 anos atrás
PromisePrototype.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 anos atrás
PromiseReaction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PromiseReaction.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PromiseResolvingElementFunctions.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PromiseResolvingElementFunctions.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 3 anos atrás
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anos atrás
PromiseResolvingFunction.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 3 anos atrás
PropertyAttributes.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
PropertyDescriptor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
PropertyDescriptor.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
PropertyKey.h 7456904a39 Meta+Userland: Simplify some formatters 3 anos atrás
PrototypeObject.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
ProxyConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ProxyConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ProxyObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ProxyObject.h 086969277e Everywhere: Run clang-format 3 anos atrás
Realm.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
Realm.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 3 anos atrás
Reference.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
Reference.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ReflectObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ReflectObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
RegExpConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
RegExpConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
RegExpObject.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
RegExpObject.h 086969277e Everywhere: Run clang-format 3 anos atrás
RegExpPrototype.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
RegExpPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
RegExpStringIterator.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
RegExpStringIterator.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
RegExpStringIteratorPrototype.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
RegExpStringIteratorPrototype.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
Set.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
Set.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetIterator.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SetPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
ShadowRealm.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
ShadowRealm.h c08a52dd97 LibJS: Remove the name prefix for wrapped functions 3 anos atrás
ShadowRealmConstructor.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 anos atrás
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anos atrás
ShadowRealmPrototype.cpp 68ee193464 LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument 3 anos atrás
ShadowRealmPrototype.h 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 anos atrás
Shape.cpp 343d699627 LibJS: Add missing Vector::in_reverse() in ensure_property_table() 3 anos atrás
Shape.h 086969277e Everywhere: Run clang-format 3 anos atrás
StringConstructor.cpp 086969277e Everywhere: Run clang-format 3 anos atrás
StringConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
StringIterator.cpp ee1379520a LibJS: Add missing whitespace around namespace curly braces 3 anos atrás
StringIterator.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
StringIteratorPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
StringIteratorPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
StringObject.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
StringObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 anos atrás
StringPrototype.cpp c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 anos atrás
StringPrototype.h 771e3b9868 LibJS: Stub out String.prototype.normalize 3 anos atrás
Symbol.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
Symbol.h 086969277e Everywhere: Run clang-format 3 anos atrás
SymbolConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SymbolConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SymbolObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SymbolObject.h 086969277e Everywhere: Run clang-format 3 anos atrás
SymbolPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
SymbolPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
TypedArray.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
TypedArray.h 4dbb2c2d44 LibJS: Add %TypedArray%.prototype.toSorted 3 anos atrás
TypedArrayConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
TypedArrayConstructor.h 086969277e Everywhere: Run clang-format 3 anos atrás
TypedArrayPrototype.cpp 864c7fb9f1 LibJS: Update spec numbers from the array-find-from-last proposal merge 3 anos atrás
TypedArrayPrototype.h 999ad734ec LibJS: Sort TypedArray.prototype methods in spec order 3 anos atrás
Utf16String.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
Utf16String.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 anos atrás
VM.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
VM.h 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 anos atrás
Value.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
Value.h 1132151f3d LibJS: Use a template for 'Value from integral number' constructors 3 anos atrás
ValueTraits.h 59080f441e LibJS: Normalize NaN values in Sets and Maps 3 anos atrás
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 anos atrás
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 anos atrás
WeakMap.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakMap.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakMapConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakMapConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakMapPrototype.cpp a80d3fdf49 LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal' 3 anos atrás
WeakMapPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakRef.cpp 53ed8decaf LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 3 anos atrás
WeakRef.h 53ed8decaf LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 3 anos atrás
WeakRefConstructor.cpp 53ed8decaf LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 3 anos atrás
WeakRefConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakRefPrototype.cpp 53ed8decaf LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 3 anos atrás
WeakRefPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakSet.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakSet.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakSetConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakSetConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WeakSetPrototype.cpp dbd0110721 LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal' 3 anos atrás
WeakSetPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
WrappedFunction.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
WrappedFunction.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 anos atrás