Idan Horowitz 1d94d7a367 LibJS: Make Array.of(...items) generic 4 anni fa
..
AbstractOperations.cpp 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 anni fa
AbstractOperations.h 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 anni fa
Accessor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 anni fa
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 anni fa
AggregateErrorConstructor.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
AggregateErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
AggregateErrorPrototype.cpp cbd7437d40 LibJS: Implement AggregateError 4 anni fa
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 anni fa
ArgumentsObject.cpp 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 anni fa
ArgumentsObject.h 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 anni fa
Array.cpp b1441a47b1 LibJS: Allow setting the length of an object with prototype Array 4 anni fa
Array.h 1c906b07a4 LibJS: Add length parameter to Array::create() 4 anni fa
ArrayBuffer.cpp f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM 4 anni fa
ArrayBuffer.h 80edf6f5b6 LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numeric 4 anni fa
ArrayBufferConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
ArrayBufferConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
ArrayBufferPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
ArrayConstructor.cpp 1d94d7a367 LibJS: Make Array.of(...items) generic 4 anni fa
ArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
ArrayIteratorPrototype.cpp 293974c1cb LibJS: Add TypedArray support to ArrayIterator 4 anni fa
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
ArrayPrototype.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically 4 anni fa
BigInt.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
BigInt.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 anni fa
BigIntConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
BigIntConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
BigIntObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
BigIntPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
BooleanConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
BooleanConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
BooleanPrototype.cpp 4f6aa38434 LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype 4 anni fa
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
BoundFunction.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
BoundFunction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
CommonPropertyNames.h e2e695bc9f LibJS: Add and use the %ThrowTypeError% intrinsic 4 anni fa
ConsoleObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 anni fa
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
DataView.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
DataViewConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
DataViewConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
DataViewPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
DataViewPrototype.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 4 anni fa
Date.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 anni fa
Date.h f65cb63aab LibJS: Check dates are below the `time_clip` threshold 4 anni fa
DateConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
DatePrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
DatePrototype.h c4530e95f4 LibJS: Add Date.prototype.toJSON() 4 anni fa
DeclarativeEnvironmentRecord.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
DeclarativeEnvironmentRecord.h ce2747692d LibJS: Remove unused DeclarativeEnvironmentRecord::type() 4 anni fa
EnvironmentRecord.cpp 9ccc2f6c4d LibJS: Make EnvironmentRecord inherit directly from Cell 4 anni fa
EnvironmentRecord.h 0cd65b55bd LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field 4 anni fa
Error.cpp dbda5a9a4c LibJS: Move install_error_cause() from Object to Error 4 anni fa
Error.h dbda5a9a4c LibJS: Move install_error_cause() from Object to Error 4 anni fa
ErrorConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
ErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
ErrorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 anni fa
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 4 anni fa
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
ErrorTypes.h 8eb48039c9 LibJS: Bring Reflect.construct() closer to the specification 4 anni fa
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 anni fa
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 anni fa
FinalizationRegistry.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
FinalizationRegistry.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
FinalizationRegistryConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
FinalizationRegistryConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
FinalizationRegistryPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
FinalizationRegistryPrototype.h e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 anni fa
FunctionConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
FunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
FunctionEnvironmentRecord.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
FunctionEnvironmentRecord.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
FunctionObject.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
FunctionObject.h d1ffeaf66d LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists 4 anni fa
FunctionPrototype.cpp c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 anni fa
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
GeneratorFunctionConstructor.cpp c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 anni fa
GeneratorFunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
GeneratorFunctionPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
GeneratorObject.cpp c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 anni fa
GeneratorObject.h c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 anni fa
GeneratorObjectPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
GeneratorObjectPrototype.h 22b17219ff LibJS: Add the remaining generator objects 4 anni fa
GlobalEnvironmentRecord.cpp ee4fc97038 LibJS: Align ObjectEnvironmentRecord member names with the spec 4 anni fa
GlobalEnvironmentRecord.h 0f9038b732 LibJS: Remove unnecessary GlobalObject& member on global environment 4 anni fa
GlobalObject.cpp e2e695bc9f LibJS: Add and use the %ThrowTypeError% intrinsic 4 anni fa
GlobalObject.h e2e695bc9f LibJS: Add and use the %ThrowTypeError% intrinsic 4 anni fa
IndexedProperties.cpp b38fb418f8 LibJS: Don't remove non-configurable items in Array when setting length 4 anni fa
IndexedProperties.h dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum 4 anni fa
IteratorOperations.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
IteratorOperations.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
IteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
JSONObject.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
JSONObject.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
JobCallback.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
Map.cpp a96ac8bd56 LibJS: Add the Map built-in object 4 anni fa
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 anni fa
MapConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
MapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
MapIteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 anni fa
MapPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
MapPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 anni fa
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
MarkedValueList.h dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 anni fa
MathObject.cpp a939ffc617 LibJS: Handle values close to -0.5 correctly in Math.round(x) 4 anni fa
MathObject.h 9d2e90d569 LibJS: Add Math.imul() 4 anni fa
NativeFunction.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
NativeFunction.h 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
NativeProperty.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
NativeProperty.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
NumberConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
NumberConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
NumberPrototype.cpp c31392510a LibJS: Add the Number.prototype.toFixed method 4 anni fa
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method 4 anni fa
Object.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
Object.h 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 anni fa
ObjectConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
ObjectConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
ObjectEnvironmentRecord.cpp ee4fc97038 LibJS: Align ObjectEnvironmentRecord member names with the spec 4 anni fa
ObjectEnvironmentRecord.h ee4fc97038 LibJS: Align ObjectEnvironmentRecord member names with the spec 4 anni fa
ObjectPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
ObjectPrototype.h 1cf5663e38 LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods 4 anni fa
OrdinaryFunctionObject.cpp d1ffeaf66d LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists 4 anni fa
OrdinaryFunctionObject.h 57b7f4ec5b LibJS: Mark FunctionObject::is_ordinary_function() as override 4 anni fa
PrimitiveString.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
PrimitiveString.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 anni fa
Promise.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 anni fa
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
PromiseConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
PromiseConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
PromiseJobs.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 anni fa
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
PromisePrototype.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
PromiseReaction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 anni fa
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
PromiseResolvingFunction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 anni fa
PromiseResolvingFunction.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
PropertyAttributes.cpp 733e8472fa LibJS: Make put_own_property_by_index closer to spec 4 anni fa
PropertyAttributes.h 733e8472fa LibJS: Make put_own_property_by_index closer to spec 4 anni fa
PropertyName.h a59ba0e21f LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T) 4 anni fa
ProxyConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
ProxyConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
ProxyObject.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
ProxyObject.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
Reference.cpp 7b28fa99ba LibJS: Rename Reference methods to match the spec 4 anni fa
Reference.h 57214268dd LibJS: Make sure to always initialize Reference::m_base_value 4 anni fa
ReflectObject.cpp 8eb48039c9 LibJS: Bring Reflect.construct() closer to the specification 4 anni fa
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 anni fa
RegExpConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
RegExpConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
RegExpObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 anni fa
RegExpObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
RegExpPrototype.cpp 337ad6d15c LibJS: Implement the GetMethod() abstract operation as a Value method 4 anni fa
RegExpPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
Set.cpp f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 anni fa
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 anni fa
SetConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
SetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
SetIteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 4 anni fa
SetPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
SetPrototype.h f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 anni fa
Shape.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 anni fa
Shape.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 anni fa
StringConstructor.cpp 596324ae9c LibJS: Rewrite String.raw() closer to the specification 4 anni fa
StringConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
StringIteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
StringObject.cpp 686213c2b8 LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts 4 anni fa
StringObject.h 686213c2b8 LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts 4 anni fa
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 anni fa
StringPrototype.cpp 337ad6d15c LibJS: Implement the GetMethod() abstract operation as a Value method 4 anni fa
StringPrototype.h 25a292f534 LibJS: Add the String.prototype.search method 4 anni fa
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 anni fa
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 anni fa
SymbolConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
SymbolConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
SymbolObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 anni fa
SymbolPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() 4 anni fa
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 anni fa
TypedArray.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
TypedArray.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
TypedArrayConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
TypedArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
TypedArrayPrototype.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 anni fa
TypedArrayPrototype.h a1f3e711c0 LibJS: Add %TypedArray%.prototype.entries 4 anni fa
VM.cpp 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 anni fa
VM.h 9eed7444de LibJS: Implement the CreateUnmappedArgumentsObject abstract operation 4 anni fa
Value.cpp c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 anni fa
Value.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
WeakContainer.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
WeakMap.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
WeakMap.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
WeakMapConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
WeakMapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
WeakMapPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
WeakMapPrototype.h 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) 4 anni fa
WeakRef.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
WeakRef.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
WeakRefConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
WeakRefConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
WeakRefPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
WeakRefPrototype.h b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method 4 anni fa
WeakSet.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
WeakSet.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 anni fa
WeakSetConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 anni fa
WeakSetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
WeakSetPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anni fa
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) 4 anni fa