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