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