Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records пре 3 година
..
Intl 29b6c22384 LibJS: Reorder and reduce steps of InitializeDateTimeFormat пре 3 година
Temporal 5397278bfc LibJS: Update spec comments to use ToZeroPaddedDecimalString AO пре 3 година
AbstractOperations.cpp 7e18d1c078 LibJS: Remove unused include from AbstractOperations.cpp пре 3 година
AbstractOperations.h 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string пре 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 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr пре 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 d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
ArgumentsObject.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
Array.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
Array.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
ArrayBuffer.cpp 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer пре 3 година
ArrayBuffer.h 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer пре 3 година
ArrayBufferConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 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 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() пре 3 година
ArrayPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records пре 3 година
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records пре 3 година
AsyncFromSyncIteratorPrototype.cpp 47cdd90836 LibJS: Use new NativeFunction::create() in most places пре 3 година
AsyncFromSyncIteratorPrototype.h 09a11fa6ea LibJS: Implement proper Iterator 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 година
AsyncGeneratorFunctionConstructor.cpp 7d0782f308 LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype пре 3 година
AsyncGeneratorFunctionConstructor.h 0982a73d1d LibJS: Parse async generator functions пре 3 година
AsyncGeneratorFunctionPrototype.cpp 0982a73d1d LibJS: Parse async generator functions пре 3 година
AsyncGeneratorFunctionPrototype.h 0982a73d1d LibJS: Parse async generator functions пре 3 година
AsyncIteratorPrototype.cpp 232e830a0a LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable пре 3 година
AsyncIteratorPrototype.h 7fd38eac98 LibJS: Add AsyncIteratorPrototype пре 3 година
AtomicsObject.cpp 39b308ba52 LibJS: Factor out TypedArrayElement{Size,Type} abstract operations пре 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 b4c6fd51be LibJS: Use single page spec link for BoundFunctionCreate пре 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 f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize пре 3 година
Completion.cpp 244adb371f LibJS: Spin the event loop until await has completed пре 3 година
Completion.h c79e4961f6 LibJS: Add explicit default copy+move constructors to ThrowCompletionOr пре 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 d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
DataViewPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
Date.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
Date.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
DateConstructor.cpp 086969277e Everywhere: Run clang-format пре 3 година
DateConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
DatePrototype.cpp 5397278bfc LibJS: Update spec comments to use ToZeroPaddedDecimalString AO пре 3 година
DatePrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
DeclarativeEnvironment.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
DeclarativeEnvironment.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
ECMAScriptFunctionObject.cpp e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records пре 3 година
ECMAScriptFunctionObject.h e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records пре 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 fd0f1d0c1a LibJS: Fix two typos in comments пре 3 година
Error.h e160f508a8 LibJS: Add a traceback to Error пре 3 година
ErrorConstructor.cpp ecba29c158 LibJS: Set internal function name of NativeError constructors пре 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 0174993bea LibJS: Add explicit ErrorType values for TypedArray prototype exceptions пре 3 година
ExecutionContext.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> пре 3 година
FinalizationRegistry.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers пре 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 90f14de1e9 LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunction пре 3 година
FunctionConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
FunctionEnvironment.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
FunctionEnvironment.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
FunctionKind.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} пре 3 година
FunctionObject.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
FunctionObject.h 086969277e Everywhere: Run clang-format пре 3 година
FunctionPrototype.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 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 fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment пре 3 година
GlobalEnvironment.h 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr пре 3 година
GlobalObject.cpp 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() пре 3 година
GlobalObject.h 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() пре 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 2575184242 LibJS: Add a spec link for Iterator 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 aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h пре 3 година
ModuleEnvironment.h 0cdbc03de0 LibJS: Add ModuleEnvironment пре 3 година
ModuleNamespaceObject.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> пре 3 година
ModuleNamespaceObject.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> пре 3 година
NativeFunction.cpp 086969277e Everywhere: Run clang-format пре 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 f912a48315 Userland: Change static const variables to static constexpr пре 3 година
NumberPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
Object.cpp e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records пре 3 година
Object.h e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records пре 3 година
ObjectConstructor.cpp d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
ObjectConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
ObjectEnvironment.cpp 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls пре 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 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm пре 3 година
Promise.h f71f404e0c LibWeb: Introduce the Environment Settings Object пре 3 година
PromiseConstructor.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions пре 3 година
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr пре 3 година
PromiseJobs.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers пре 3 година
PromiseJobs.h 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm пре 3 година
PromisePrototype.cpp 7feeb2df0d LibJS: Capture values as handles in Promise.prototype.finally callbacks пре 3 година
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr пре 3 година
PromiseReaction.cpp 47cdd90836 LibJS: Use new NativeFunction::create() in most places пре 3 година
PromiseReaction.h 086969277e Everywhere: Run clang-format пре 3 година
PromiseResolvingElementFunctions.cpp d46be7e7f2 LibJS: Visit internal values in PromiseValueList пре 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 d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr пре 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 d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
ProxyConstructor.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 3 година
ProxyObject.cpp 086969277e Everywhere: Run clang-format пре 3 година
ProxyObject.h 086969277e Everywhere: Run clang-format пре 3 година
Realm.cpp aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h пре 3 година
Realm.h a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView пре 3 година
Reference.cpp b126a8b697 LibJS: Correct receiver value in GetValue's [[Get]] call пре 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 157d16f049 LibJS: Update specification steps for RegExp Match Indices пре 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 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers пре 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 d00b79568f Libraries: Use default constructors/destructors in LibJS пре 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 f3f3e3cdc3 LibJS: Remove outdated FIXME from String.prototype.localeCompare пре 3 година
StringPrototype.h d00b79568f Libraries: Use default constructors/destructors in LibJS пре 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 39b308ba52 LibJS: Factor out TypedArrayElement{Size,Type} abstract operations пре 3 година
TypedArrayConstructor.cpp 086969277e Everywhere: Run clang-format пре 3 година
TypedArrayConstructor.h 086969277e Everywhere: Run clang-format пре 3 година
TypedArrayPrototype.cpp 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer пре 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 e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records пре 3 година
VM.h 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval пре 3 година
Value.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers пре 3 година
Value.h 086969277e Everywhere: Run clang-format пре 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 c08a52dd97 LibJS: Remove the name prefix for wrapped functions пре 3 година
WrappedFunction.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> пре 3 година