Andreas Kling fd43d1e205 LibJS: Improve ResolveBinding + add GetIdentifierReference 4 年之前
..
AbstractOperations.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
AbstractOperations.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
Accessor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 年之前
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 年之前
AggregateErrorConstructor.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
AggregateErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
AggregateErrorPrototype.cpp cbd7437d40 LibJS: Implement AggregateError 4 年之前
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 年之前
ArgumentsObject.cpp 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 年之前
ArgumentsObject.h 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 年之前
Array.cpp b1441a47b1 LibJS: Allow setting the length of an object with prototype Array 4 年之前
Array.h 1c906b07a4 LibJS: Add length parameter to Array::create() 4 年之前
ArrayBuffer.cpp f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM 4 年之前
ArrayBuffer.h 80edf6f5b6 LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numeric 4 年之前
ArrayBufferConstructor.cpp 7a1a91d7f2 LibJS: Check for DataView in ArrayBuffer.isView() 4 年之前
ArrayBufferConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
ArrayBufferPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
ArrayConstructor.cpp 5f09d78b9d LibJS: Bring the Array constructor slightly closer to the specification 4 年之前
ArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
ArrayIteratorPrototype.cpp 293974c1cb LibJS: Add TypedArray support to ArrayIterator 4 年之前
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 年之前
ArrayPrototype.cpp dfed8f61cb LibJS: Use the GetFunctionRealm abstract-op in ArraySpeciesCreate 4 年之前
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically 4 年之前
BigInt.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
BigInt.h 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 4 年之前
BigIntConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
BigIntConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
BigIntObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
BigIntPrototype.cpp 3cfe1a8914 LibJS: Support the radix argument in BigInt.prototype.toString 4 年之前
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
BooleanConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
BooleanConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
BooleanPrototype.cpp 4f6aa38434 LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype 4 年之前
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
BoundFunction.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
BoundFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
CommonPropertyNames.h e2e695bc9f LibJS: Add and use the %ThrowTypeError% intrinsic 4 年之前
ConsoleObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 年之前
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
DataView.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
DataViewConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
DataViewConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
DataViewPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
DataViewPrototype.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 4 年之前
Date.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 年之前
Date.h f65cb63aab LibJS: Check dates are below the `time_clip` threshold 4 年之前
DateConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
DatePrototype.cpp 6ef56f79bd LibJS: Stop coercing Date.prototype[Symbol.toPrimitive] hint to string 4 年之前
DatePrototype.h c4530e95f4 LibJS: Add Date.prototype.toJSON() 4 年之前
DeclarativeEnvironment.cpp 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 年之前
DeclarativeEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 年之前
Environment.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
Environment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 年之前
Error.cpp dbda5a9a4c LibJS: Move install_error_cause() from Object to Error 4 年之前
Error.h dbda5a9a4c LibJS: Move install_error_cause() from Object to Error 4 年之前
ErrorConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
ErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
ErrorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 年之前
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 4 年之前
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 年之前
ErrorTypes.h 8eb48039c9 LibJS: Bring Reflect.construct() closer to the specification 4 年之前
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 年之前
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 年之前
FinalizationRegistry.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
FinalizationRegistry.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
FinalizationRegistryConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
FinalizationRegistryConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
FinalizationRegistryPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
FinalizationRegistryPrototype.h e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 年之前
FunctionConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
FunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
FunctionEnvironment.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
FunctionEnvironment.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
FunctionObject.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
FunctionObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
FunctionPrototype.cpp e37f96ccfe LibJS: Stop coercing this to object in Function's Symbol.hasInstance 4 年之前
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
GeneratorFunctionConstructor.cpp c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 年之前
GeneratorFunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
GeneratorFunctionPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
GeneratorObject.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
GeneratorObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
GeneratorObjectPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
GeneratorObjectPrototype.h 22b17219ff LibJS: Add the remaining generator objects 4 年之前
GlobalEnvironment.cpp 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 年之前
GlobalEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 年之前
GlobalObject.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
GlobalObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
IndexedProperties.cpp b38fb418f8 LibJS: Don't remove non-configurable items in Array when setting length 4 年之前
IndexedProperties.h dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum 4 年之前
IteratorOperations.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 年之前
IteratorOperations.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 年之前
IteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 年之前
JSONObject.cpp 648b4c7d74 LibJS: Bring JSON.parse slightly closer to the specification 4 年之前
JSONObject.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
JobCallback.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
Map.cpp a96ac8bd56 LibJS: Add the Map built-in object 4 年之前
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 年之前
MapConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
MapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
MapIteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 年之前
MapPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
MapPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 年之前
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
MarkedValueList.h dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 年之前
MathObject.cpp a939ffc617 LibJS: Handle values close to -0.5 correctly in Math.round(x) 4 年之前
MathObject.h 9d2e90d569 LibJS: Add Math.imul() 4 年之前
NativeFunction.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
NativeFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
NativeProperty.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 年之前
NativeProperty.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 年之前
NumberConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
NumberConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
NumberPrototype.cpp c31392510a LibJS: Add the Number.prototype.toFixed method 4 年之前
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method 4 年之前
Object.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 年之前
Object.h 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation 4 年之前
ObjectConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
ObjectConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
ObjectEnvironment.cpp 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 年之前
ObjectEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 年之前
ObjectPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
ObjectPrototype.h 1cf5663e38 LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods 4 年之前
OrdinaryFunctionObject.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
OrdinaryFunctionObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
PrimitiveString.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
PrimitiveString.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 年之前
Promise.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 年之前
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
PromiseConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
PromiseConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
PromiseJobs.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 年之前
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
PromisePrototype.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
PromiseReaction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 年之前
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
PromiseResolvingFunction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 年之前
PromiseResolvingFunction.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 年之前
PropertyAttributes.cpp 733e8472fa LibJS: Make put_own_property_by_index closer to spec 4 年之前
PropertyAttributes.h 733e8472fa LibJS: Make put_own_property_by_index closer to spec 4 年之前
PropertyName.h a59ba0e21f LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T) 4 年之前
ProxyConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
ProxyConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
ProxyObject.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
ProxyObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
Reference.cpp a4897ed7b2 LibJS: Throw on failed PutValue into an environment reference 4 年之前
Reference.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
ReflectObject.cpp 8eb48039c9 LibJS: Bring Reflect.construct() closer to the specification 4 年之前
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
RegExpConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
RegExpConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
RegExpObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 年之前
RegExpObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 年之前
RegExpPrototype.cpp 337ad6d15c LibJS: Implement the GetMethod() abstract operation as a Value method 4 年之前
RegExpPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 年之前
Set.cpp f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 年之前
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 年之前
SetConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
SetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
SetIteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 4 年之前
SetPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
SetPrototype.h f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 年之前
Shape.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 年之前
Shape.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 年之前
StringConstructor.cpp c254e4cf10 LibJS: Get the prototype of a new String from the constructor's realm 4 年之前
StringConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
StringIteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 年之前
StringObject.cpp c254e4cf10 LibJS: Get the prototype of a new String from the constructor's realm 4 年之前
StringObject.h c254e4cf10 LibJS: Get the prototype of a new String from the constructor's realm 4 年之前
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 年之前
StringPrototype.cpp 7a3b057a20 LibJS: Add String.prototype.split using the @@split methods on object 4 年之前
StringPrototype.h 25a292f534 LibJS: Add the String.prototype.search method 4 年之前
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 年之前
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 年之前
SymbolConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
SymbolConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
SymbolObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 年之前
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 年之前
SymbolPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() 4 年之前
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 年之前
TypedArray.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
TypedArray.h f8f3ff65fe LibJS: Bring %TypedArray%.prototype.set slightly closer to spec 4 年之前
TypedArrayConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
TypedArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
TypedArrayPrototype.cpp f8f3ff65fe LibJS: Bring %TypedArray%.prototype.set slightly closer to spec 4 年之前
TypedArrayPrototype.h 62ca81fdcc LibJS: Implement the %TypedArray%.set() function 4 年之前
VM.cpp fd43d1e205 LibJS: Improve ResolveBinding + add GetIdentifierReference 4 年之前
VM.h fd43d1e205 LibJS: Improve ResolveBinding + add GetIdentifierReference 4 年之前
Value.cpp c254e4cf10 LibJS: Get the prototype of a new String from the constructor's realm 4 年之前
Value.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
WeakContainer.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
WeakMap.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
WeakMap.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
WeakMapConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
WeakMapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
WeakMapPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
WeakMapPrototype.h 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) 4 年之前
WeakRef.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
WeakRef.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
WeakRefConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
WeakRefConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
WeakRefPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
WeakRefPrototype.h b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method 4 年之前
WeakSet.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
WeakSet.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
WeakSetConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
WeakSetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
WeakSetPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) 4 年之前