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