Andreas Kling 42fcc2219d LibJS: Use PropertyName::as_string() in Object::get() 4 lat temu
..
Accessor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
Array.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
Array.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ArrayBuffer.cpp 4fd43a8f96 LibJS: Allow ArrayBuffer to not own its backing data buffer as well 4 lat temu
ArrayBuffer.h 4fd43a8f96 LibJS: Allow ArrayBuffer to not own its backing data buffer as well 4 lat temu
ArrayBufferConstructor.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ArrayBufferConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ArrayBufferPrototype.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ArrayConstructor.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ArrayConstructor.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ArrayIterator.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ArrayIterator.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ArrayIteratorPrototype.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ArrayPrototype.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ArrayPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigInt.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigInt.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 lat temu
BigIntConstructor.cpp d1d1f4f251 LibJS: Remove declarations of some TODO()'d BigInt and Promise functions 4 lat temu
BigIntConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigIntObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigIntPrototype.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BooleanConstructor.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BooleanConstructor.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BooleanPrototype.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BoundFunction.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BoundFunction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
CommonPropertyNames.h 0f8ed6183b LibJS: Add the Number.{MAX, MIN}_VALUE constants 4 lat temu
ConsoleObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
Date.cpp 72259d5cee LibJS: Convert StringBuilder::appendf() => AK::Format 4 lat temu
Date.h 96ee5e36ed LibJS: Replace the broken and unused Date::year getter 4 lat temu
DateConstructor.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
DateConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
DatePrototype.cpp 09233b9e41 LibJS: Add Date.prototype.{get, set}Year() 4 lat temu
DatePrototype.h 09233b9e41 LibJS: Add Date.prototype.{get, set}Year() 4 lat temu
Error.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
Error.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ErrorConstructor.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ErrorConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ErrorPrototype.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ErrorPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ErrorTypes.h d85b9fd5a0 LibJS: Bring back runtime validation of RegExp flags 4 lat temu
Exception.cpp 8b449214af LibJS: Optimize insertion order in the Exception constructor 4 lat temu
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 lat temu
Function.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
Function.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
FunctionConstructor.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
FunctionConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
FunctionPrototype.cpp 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters 4 lat temu
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
GlobalObject.cpp bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions 4 lat temu
GlobalObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
IndexedProperties.cpp 63e8477a6b LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last() 4 lat temu
IndexedProperties.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
IteratorOperations.cpp 163d776df6 LibJS: Replace iterator hint string argument with an enum 4 lat temu
IteratorOperations.h 163d776df6 LibJS: Replace iterator hint string argument with an enum 4 lat temu
IteratorPrototype.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
JSONObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
JSONObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
JobCallback.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
LexicalEnvironment.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
LexicalEnvironment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
MarkedValueList.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
MathObject.cpp 090936e424 Userland: Replace arc4random() with get_random<u32>() 4 lat temu
MathObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NativeFunction.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NativeFunction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NativeProperty.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NativeProperty.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NumberConstructor.cpp 0f8ed6183b LibJS: Add the Number.{MAX, MIN}_VALUE constants 4 lat temu
NumberConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NumberPrototype.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 lat temu
NumberPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
Object.cpp 42fcc2219d LibJS: Use PropertyName::as_string() in Object::get() 4 lat temu
Object.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 lat temu
ObjectConstructor.cpp 3ee092cd0c LibJS: Implement Object.hasOwn() :^) 4 lat temu
ObjectConstructor.h 3ee092cd0c LibJS: Implement Object.hasOwn() :^) 4 lat temu
ObjectPrototype.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ObjectPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
PrimitiveString.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
PrimitiveString.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 lat temu
Promise.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
Promise.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseConstructor.cpp d1d1f4f251 LibJS: Remove declarations of some TODO()'d BigInt and Promise functions 4 lat temu
PromiseConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseJobs.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromisePrototype.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseReaction.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseReaction.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseResolvingFunction.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseResolvingFunction.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PropertyAttributes.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
PropertyName.h aef502e8e0 LibJS: Change PropertyName::as_number() return type to u32 4 lat temu
ProxyConstructor.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ProxyConstructor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ProxyObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ProxyObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
Reference.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
Reference.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ReflectObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
RegExpConstructor.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
RegExpConstructor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
RegExpObject.cpp d85b9fd5a0 LibJS: Bring back runtime validation of RegExp flags 4 lat temu
RegExpObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
RegExpPrototype.cpp 2ef5b138ee LibJS: Use the match's global offset for 'index' in RegExp.exec() 4 lat temu
RegExpPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ScopeObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ScopeObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ScriptFunction.cpp 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters 4 lat temu
ScriptFunction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
Shape.cpp e0493c509e LibJS: Make the forward transition chain weakly cached 4 lat temu
Shape.h e0493c509e LibJS: Make the forward transition chain weakly cached 4 lat temu
StringConstructor.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
StringConstructor.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
StringIterator.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
StringIterator.h 407d6cd9e4 AK: Rename Utf8CodepointIterator => Utf8CodePointIterator 4 lat temu
StringIteratorPrototype.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
StringObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
StringObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
StringOrSymbol.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
StringPrototype.cpp de8d081ca4 LibJS: Add the String.prototype.trim{Left, Right} aliases 4 lat temu
StringPrototype.h 6bfeb87572 LibJS: Add String.prototype.anchor & friends 4 lat temu
Symbol.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
Symbol.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 lat temu
SymbolConstructor.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
SymbolConstructor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
SymbolObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
SymbolObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
SymbolPrototype.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
SymbolPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 lat temu
TypedArray.cpp 6f1688279a LibJS: Expose BYTES_PER_ELEMENT on each TypedArray 4 lat temu
TypedArray.h 6af596d9e8 LibJS+LibWeb: Make Uint8ClampedArray use TypedArray 4 lat temu
TypedArrayConstructor.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
TypedArrayConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
TypedArrayPrototype.cpp 4d34802f74 LibJS: Expose TypedArray.prototype.byteOffset 4 lat temu
TypedArrayPrototype.h 4d34802f74 LibJS: Expose TypedArray.prototype.byteOffset 4 lat temu
VM.cpp 163d776df6 LibJS: Replace iterator hint string argument with an enum 4 lat temu
VM.h 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters 4 lat temu
Value.cpp 67a5e9f018 LibJS: Add left shift & right shift operator support for BigIntegers 4 lat temu
Value.h 47a4b2ba9f LibJS: Make Value::as_cell() return a Cell& 4 lat temu
WithScope.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
WithScope.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu