Linus Groh 46d2ac6da4 LibJS: Align Temporal GetOption AO with ECMA-402 3 лет назад
..
Intl f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double 3 лет назад
Temporal 46d2ac6da4 LibJS: Align Temporal GetOption AO with ECMA-402 3 лет назад
AbstractOperations.cpp ee6fb51db6 LibJS: Add a couple of missing spec steps to PerformEval 3 лет назад
AbstractOperations.h 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings 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 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation 3 лет назад
Array.h e2a5a27302 LibJS: Implement the SortIndexedProperties AO 3 лет назад
ArrayBuffer.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 лет назад
ArrayBuffer.h c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 3 лет назад
ArrayBufferConstructor.cpp 1a8b5ef80a LibJS: Stop fetching GlobalObject from target's realm in ArrayBuffer 3 лет назад
ArrayBufferConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
ArrayBufferPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
ArrayBufferPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 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 698062b831 LibJS: Implement Array.prototype.with() 3 лет назад
ArrayPrototype.h 698062b831 LibJS: Implement Array.prototype.with() 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 d00b79568f Libraries: Use default constructors/destructors in LibJS 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 ae81793f20 LibJS: Implement Array.prototype.toSpliced() 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 d00b79568f Libraries: Use default constructors/destructors in LibJS 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 f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double 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 a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 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 fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 лет назад
ErrorTypes.h e96df3b7a7 LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecord 3 лет назад
ExecutionContext.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 лет назад
FinalizationRegistry.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 лет назад
FinalizationRegistry.h 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 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 d00b79568f Libraries: Use default constructors/destructors in LibJS 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 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings 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 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 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 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 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 da374a82bc LibJS: Correct an include in PrimitiveString 3 лет назад
PrimitiveString.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView 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 086969277e Everywhere: Run clang-format 3 лет назад
PropertyDescriptor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 лет назад
PropertyDescriptor.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 лет назад
PropertyKey.h d00b79568f Libraries: Use default constructors/destructors in LibJS 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 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 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 d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
RegExpObject.h 086969277e Everywhere: Run clang-format 3 лет назад
RegExpPrototype.cpp f3768705a9 LibJS: Use consistent phrasing for string length 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 771e3b9868 LibJS: Stub out String.prototype.normalize 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 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer 3 лет назад
TypedArray.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 лет назад
TypedArrayConstructor.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 лет назад
TypedArrayConstructor.h 086969277e Everywhere: Run clang-format 3 лет назад
TypedArrayPrototype.cpp 367e7b4fe5 LibJS: Reflect Array.prototype.toLocaleString comment in %TypedArray% 3 лет назад
TypedArrayPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 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 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings 3 лет назад
VM.h 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings 3 лет назад
Value.cpp 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation 3 лет назад
Value.h 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation 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 d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
WeakMapPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
WeakRef.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
WeakRef.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
WeakRefConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
WeakRefConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 лет назад
WeakRefPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS 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 d00b79568f Libraries: Use default constructors/destructors in LibJS 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 лет назад