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