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