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