Idan Horowitz 07992c8da6 LibJS: Throw when delete-ing a non-configurable property in strict mode há 4 anos atrás
..
Accessor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
AggregateError.cpp 862ba64037 LibJS: Implement the Error Cause proposal há 4 anos atrás
AggregateError.h 862ba64037 LibJS: Implement the Error Cause proposal há 4 anos atrás
AggregateErrorConstructor.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
AggregateErrorConstructor.h cbd7437d40 LibJS: Implement AggregateError há 4 anos atrás
AggregateErrorPrototype.cpp cbd7437d40 LibJS: Implement AggregateError há 4 anos atrás
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError há 4 anos atrás
Array.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
Array.h 1c906b07a4 LibJS: Add length parameter to Array::create() há 4 anos atrás
ArrayBuffer.cpp f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM há 4 anos atrás
ArrayBuffer.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods há 4 anos atrás
ArrayBufferConstructor.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
ArrayBufferConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins há 4 anos atrás
ArrayBufferPrototype.cpp 83d3175b13 LibJS: Make ArrayBuffer.prototype.byteLength an accessor há 4 anos atrás
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
ArrayConstructor.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
ArrayConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins há 4 anos atrás
ArrayIterator.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ArrayIterator.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ArrayIteratorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ArrayPrototype.cpp fc1168a3b3 LibJS: Add Array.prototype.@@unscopables há 4 anos atrás
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically há 4 anos atrás
BigInt.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BigInt.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ há 4 anos atrás
BigIntConstructor.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
BigIntConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BigIntObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BigIntPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BooleanConstructor.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BooleanConstructor.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BooleanPrototype.cpp 4f6aa38434 LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype há 4 anos atrás
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BoundFunction.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BoundFunction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
CommonPropertyNames.h 2299be474b LibJS: Add the String.fromCodePoint() method há 4 anos atrás
ConsoleObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
DataView.cpp e4d267d4fb LibJS: Add the DataView built-in object há 4 anos atrás
DataView.h e4d267d4fb LibJS: Add the DataView built-in object há 4 anos atrás
DataViewConstructor.cpp e4d267d4fb LibJS: Add the DataView built-in object há 4 anos atrás
DataViewConstructor.h e4d267d4fb LibJS: Add the DataView built-in object há 4 anos atrás
DataViewPrototype.cpp d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods há 4 anos atrás
DataViewPrototype.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods há 4 anos atrás
Date.cpp 46214f0657 LibJS: Store Date milliseconds as signed to support negative offsets há 4 anos atrás
Date.h f65cb63aab LibJS: Check dates are below the `time_clip` threshold há 4 anos atrás
DateConstructor.cpp 39ad705c13 LibJS: Use the new is_ascii_foo() helpers from AK há 4 anos atrás
DateConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
DatePrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
DatePrototype.h c4530e95f4 LibJS: Add Date.prototype.toJSON() há 4 anos atrás
Error.cpp 862ba64037 LibJS: Implement the Error Cause proposal há 4 anos atrás
Error.h 862ba64037 LibJS: Implement the Error Cause proposal há 4 anos atrás
ErrorConstructor.cpp 862ba64037 LibJS: Implement the Error Cause proposal há 4 anos atrás
ErrorConstructor.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} há 4 anos atrás
ErrorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} há 4 anos atrás
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ErrorTypes.h 2299be474b LibJS: Add the String.fromCodePoint() method há 4 anos atrás
Exception.cpp 8b449214af LibJS: Optimize insertion order in the Exception constructor há 4 anos atrás
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor há 4 anos atrás
FinalizationRegistry.cpp de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
FinalizationRegistry.h de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
FinalizationRegistryConstructor.cpp de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
FinalizationRegistryConstructor.h de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
FinalizationRegistryPrototype.cpp e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods há 4 anos atrás
FinalizationRegistryPrototype.h e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods há 4 anos atrás
Function.cpp dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) há 4 anos atrás
Function.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
FunctionConstructor.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
FunctionConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
FunctionPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
GeneratorObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
GeneratorObject.h 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
GlobalObject.cpp de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
GlobalObject.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
IndexedProperties.cpp 63e8477a6b LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last() há 4 anos atrás
IndexedProperties.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
IteratorOperations.cpp 2100b46d02 LibJS: Implement the IteratorClose abstract op and use it where needed há 4 anos atrás
IteratorOperations.h 2100b46d02 LibJS: Implement the IteratorClose abstract op and use it where needed há 4 anos atrás
IteratorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
JSONObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
JSONObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
JobCallback.h 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
LexicalEnvironment.cpp 064ed8279e LibJS: Support deleting local variables with operator delete há 4 anos atrás
LexicalEnvironment.h 095accd2b2 LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code há 4 anos atrás
Map.cpp a96ac8bd56 LibJS: Add the Map built-in object há 4 anos atrás
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in há 4 anos atrás
MapConstructor.cpp 920b4d730e LibJS: Add missing ECMA-262 section/title/URL comments to Map há 4 anos atrás
MapConstructor.h a96ac8bd56 LibJS: Add the Map built-in object há 4 anos atrás
MapIterator.cpp 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods há 4 anos atrás
MapIterator.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in há 4 anos atrás
MapIteratorPrototype.cpp 920b4d730e LibJS: Add missing ECMA-262 section/title/URL comments to Map há 4 anos atrás
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods há 4 anos atrás
MapPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
MapPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods há 4 anos atrás
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
MarkedValueList.h dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) há 4 anos atrás
MathObject.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
MathObject.h 9d2e90d569 LibJS: Add Math.imul() há 4 anos atrás
NativeFunction.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
NativeFunction.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
NativeProperty.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
NativeProperty.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
NumberConstructor.cpp a40e5b579a LibJS: Fix Number.parseFloat() attributes há 4 anos atrás
NumberConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
NumberPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
NumberPrototype.h adc3de4480 LibJS: Implement Number.prototype.valueOf() há 4 anos atrás
Object.cpp 07992c8da6 LibJS: Throw when delete-ing a non-configurable property in strict mode há 4 anos atrás
Object.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
ObjectConstructor.cpp 9a0cbcc3d1 LibJS: Add the Object.fromEntries method há 4 anos atrás
ObjectConstructor.h 9a0cbcc3d1 LibJS: Add the Object.fromEntries method há 4 anos atrás
ObjectPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
ObjectPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
PrimitiveString.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
PrimitiveString.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ há 4 anos atrás
Promise.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
Promise.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
PromiseConstructor.cpp 4794e6b0da LibJS: Fix Promise.length attributes há 4 anos atrás
PromiseConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins há 4 anos atrás
PromiseJobs.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
PromisePrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
PromiseReaction.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
PromiseReaction.h 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
PromiseResolvingFunction.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
PromiseResolvingFunction.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
PropertyAttributes.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
PropertyName.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
ProxyConstructor.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
ProxyConstructor.h 9b35231453 LibJS: Implement Proxy.revocable() há 4 anos atrás
ProxyObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ProxyObject.h 095accd2b2 LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code há 4 anos atrás
Reference.cpp 6e0e8a8242 LibJS: Teach Reference to access call frame arguments directly há 4 anos atrás
Reference.h 6e0e8a8242 LibJS: Teach Reference to access call frame arguments directly há 4 anos atrás
ReflectObject.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
RegExpConstructor.cpp a1f5357ad3 LibJS: Expose Symbol.species properties as getters há 4 anos atrás
RegExpConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins há 4 anos atrás
RegExpObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
RegExpObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
RegExpPrototype.cpp 3ed5a0c68d LibJS: Make a couple of RegExp.prototype properties accessors há 4 anos atrás
RegExpPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ScopeObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
ScopeObject.h 064ed8279e LibJS: Support deleting local variables with operator delete há 4 anos atrás
ScriptFunction.cpp 1414c7b049 LibJS: Add a basic pass manager and add some basic passes há 4 anos atrás
ScriptFunction.h 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' há 4 anos atrás
Set.cpp f437793788 LibJS: Stop inheriting from Set in SetPrototype há 4 anos atrás
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in há 4 anos atrás
SetConstructor.cpp c6c0c6a61a LibJS: Add two missing missing ECMA-262 section/title/URL comments há 4 anos atrás
SetConstructor.h 670be04c81 LibJS: Add the Set built-in object há 4 anos atrás
SetIterator.cpp 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} há 4 anos atrás
SetIterator.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in há 4 anos atrás
SetIteratorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} há 4 anos atrás
SetPrototype.cpp b121837898 LibJS: Make Set.prototype.size an accessor há 4 anos atrás
SetPrototype.h f437793788 LibJS: Stop inheriting from Set in SetPrototype há 4 anos atrás
Shape.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
Shape.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
StringConstructor.cpp 2299be474b LibJS: Add the String.fromCodePoint() method há 4 anos atrás
StringConstructor.h 2299be474b LibJS: Add the String.fromCodePoint() method há 4 anos atrás
StringIterator.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
StringIterator.h 407d6cd9e4 AK: Rename Utf8CodepointIterator => Utf8CodePointIterator há 4 anos atrás
StringIteratorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
StringObject.cpp 8d7ec28924 LibJS: Remove String.prototype.length há 4 anos atrás
StringObject.h 8d7ec28924 LibJS: Remove String.prototype.length há 4 anos atrás
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case há 4 anos atrás
StringPrototype.cpp f20c5e1872 LibJS: Use Optional<String> in StringPrototype há 4 anos atrás
StringPrototype.h e9a0759b16 LibJS: Add String.prototype.valueOf() há 4 anos atrás
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
SymbolConstructor.cpp dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
SymbolConstructor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
SymbolObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
SymbolPrototype.cpp dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() há 4 anos atrás
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too há 4 anos atrás
TypedArray.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
TypedArray.h 6af596d9e8 LibJS+LibWeb: Make Uint8ClampedArray use TypedArray há 4 anos atrás
TypedArrayConstructor.cpp a1f5357ad3 LibJS: Expose Symbol.species properties as getters há 4 anos atrás
TypedArrayConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins há 4 anos atrás
TypedArrayPrototype.cpp 5b2255291e LibJS: Make a couple of %TypedArray%.prototype properties accessors há 4 anos atrás
TypedArrayPrototype.h 4d34802f74 LibJS: Expose TypedArray.prototype.byteOffset há 4 anos atrás
VM.cpp de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
VM.h de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
Value.cpp ba807c2d44 LibJS: Call toString on the key, not on the argument in ToPropertyKey há 4 anos atrás
Value.h f9d58ec0b4 LibJS: Move ValueTraits to Value.h and add special case for -0.0 há 4 anos atrás
WeakContainer.h 7eba63a8a3 LibJS: Add the WeakRef built-in object há 4 anos atrás
WeakMap.cpp 39554f3787 LibJS: Add the WeakMap built-in object há 4 anos atrás
WeakMap.h 39554f3787 LibJS: Add the WeakMap built-in object há 4 anos atrás
WeakMapConstructor.cpp 3c83298a26 LibJS: Use undefined as the fallback value for iterable entry key/value há 4 anos atrás
WeakMapConstructor.h 39554f3787 LibJS: Add the WeakMap built-in object há 4 anos atrás
WeakMapPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
WeakMapPrototype.h 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) há 4 anos atrás
WeakRef.cpp 7eba63a8a3 LibJS: Add the WeakRef built-in object há 4 anos atrás
WeakRef.h 7eba63a8a3 LibJS: Add the WeakRef built-in object há 4 anos atrás
WeakRefConstructor.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
WeakRefConstructor.h 7eba63a8a3 LibJS: Add the WeakRef built-in object há 4 anos atrás
WeakRefPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
WeakRefPrototype.h b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method há 4 anos atrás
WeakSet.cpp 1a8ee5d8d7 LibJS: Generify the garbage collector's weak container notifications há 4 anos atrás
WeakSet.h 1a8ee5d8d7 LibJS: Generify the garbage collector's weak container notifications há 4 anos atrás
WeakSetConstructor.cpp 8b6beac5ce LibJS: Add the WeakSet built-in object há 4 anos atrás
WeakSetConstructor.h 8b6beac5ce LibJS: Add the WeakSet built-in object há 4 anos atrás
WeakSetPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) há 4 anos atrás
WithScope.cpp 064ed8279e LibJS: Support deleting local variables with operator delete há 4 anos atrás
WithScope.h 064ed8279e LibJS: Support deleting local variables with operator delete há 4 anos atrás