1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Userland/Libraries/LibJS/Runtime
Luke Wilde 61847b3cef LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round
This is a normative change in the Temporal spec.

See: 6f04074
2022-07-22 17:10:03 +01:00
..
Intl LibJS: Selectively display DateTimeFormat day periods as noon 2022-07-21 20:36:03 +01:00
Temporal LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round 2022-07-22 17:10:03 +01:00
AbstractOperations.cpp LibJS/Bytecode: Get result from accumulator in PerformEval 2022-07-18 09:00:21 +01:00
AbstractOperations.h LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero 2022-07-18 08:51:07 +01:00
Accessor.h
AggregateError.cpp
AggregateError.h
AggregateErrorConstructor.cpp
AggregateErrorConstructor.h
AggregateErrorPrototype.cpp
AggregateErrorPrototype.h
ArgumentsObject.cpp
ArgumentsObject.h
Array.cpp LibJS: Use u64 for the length parameter in Array::create() 2022-07-04 10:10:11 +02:00
Array.h LibJS: Use u64 for the length parameter in Array::create() 2022-07-04 10:10:11 +02:00
ArrayBuffer.cpp LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
ArrayBuffer.h LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
ArrayBufferConstructor.cpp LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
ArrayBufferConstructor.h
ArrayBufferPrototype.cpp LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
ArrayBufferPrototype.h LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
ArrayConstructor.cpp
ArrayConstructor.h
ArrayIterator.cpp
ArrayIterator.h
ArrayIteratorPrototype.cpp
ArrayIteratorPrototype.h
ArrayPrototype.cpp LibJS: Update spec numbers from the array-find-from-last proposal merge 2022-07-15 14:14:00 +01:00
ArrayPrototype.h LibJS: Sort Array.prototype methods in spec order 2022-07-15 14:14:00 +01:00
AsyncFromSyncIterator.cpp
AsyncFromSyncIterator.h
AsyncFromSyncIteratorPrototype.cpp
AsyncFromSyncIteratorPrototype.h
AsyncFunctionConstructor.cpp
AsyncFunctionConstructor.h
AsyncFunctionDriverWrapper.cpp
AsyncFunctionDriverWrapper.h
AsyncFunctionPrototype.cpp
AsyncFunctionPrototype.h
AsyncGenerator.cpp
AsyncGenerator.h
AsyncGeneratorFunctionConstructor.cpp
AsyncGeneratorFunctionConstructor.h
AsyncGeneratorFunctionPrototype.cpp
AsyncGeneratorFunctionPrototype.h
AsyncGeneratorPrototype.cpp
AsyncGeneratorPrototype.h
AsyncGeneratorRequest.h
AsyncIteratorPrototype.cpp
AsyncIteratorPrototype.h
AtomicsObject.cpp AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
AtomicsObject.h
BigInt.cpp
BigInt.h
BigIntConstructor.cpp
BigIntConstructor.h
BigIntObject.cpp
BigIntObject.h
BigIntPrototype.cpp LibJS: Hook the Intl mathematical value into Intl.NumberFormat 2022-07-20 18:21:24 +01:00
BigIntPrototype.h
BooleanConstructor.cpp
BooleanConstructor.h
BooleanObject.cpp
BooleanObject.h
BooleanPrototype.cpp
BooleanPrototype.h
BoundFunction.cpp
BoundFunction.h
CanonicalIndex.h
ClassFieldDefinition.h
CommonPropertyNames.h LibJS: Hook up the 'v' (unicodeSets) RegExp flag 2022-07-20 21:25:59 +01:00
Completion.cpp
Completion.h
ConsoleObject.cpp
ConsoleObject.h
DataView.cpp
DataView.h
DataViewConstructor.cpp LibJS: Check for add overflow in DataViewConstructor 2022-06-27 20:51:00 +01:00
DataViewConstructor.h
DataViewPrototype.cpp
DataViewPrototype.h
Date.cpp
Date.h
DateConstructor.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
DateConstructor.h
DatePrototype.cpp
DatePrototype.h
DeclarativeEnvironment.cpp
DeclarativeEnvironment.h
ECMAScriptFunctionObject.cpp
ECMAScriptFunctionObject.h
Environment.cpp
Environment.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
EnvironmentCoordinate.h
Error.cpp
Error.h
ErrorConstructor.cpp
ErrorConstructor.h
ErrorPrototype.cpp
ErrorPrototype.h
ErrorTypes.cpp LibJS: Emit StringViews for ErrorType instances 2022-07-12 23:11:35 +02:00
ErrorTypes.h LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round 2022-07-22 17:10:03 +01:00
ExecutionContext.h
FinalizationRegistry.cpp LibJS: Implement stage 3 proposal FinalizationRegistry changes 2022-06-23 10:57:52 +03:00
FinalizationRegistry.h LibJS: Implement stage 3 proposal FinalizationRegistry changes 2022-06-23 10:57:52 +03:00
FinalizationRegistryConstructor.cpp
FinalizationRegistryConstructor.h
FinalizationRegistryPrototype.cpp LibJS: Implement stage 3 proposal FinalizationRegistry changes 2022-06-23 10:57:52 +03:00
FinalizationRegistryPrototype.h
FunctionConstructor.cpp
FunctionConstructor.h
FunctionEnvironment.cpp
FunctionEnvironment.h
FunctionKind.h
FunctionObject.cpp
FunctionObject.h
FunctionPrototype.cpp
FunctionPrototype.h
GeneratorFunctionConstructor.cpp
GeneratorFunctionConstructor.h
GeneratorFunctionPrototype.cpp
GeneratorFunctionPrototype.h
GeneratorObject.cpp
GeneratorObject.h
GeneratorPrototype.cpp
GeneratorPrototype.h
GlobalEnvironment.cpp
GlobalEnvironment.h
GlobalObject.cpp LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 2022-07-01 01:00:05 +03:00
GlobalObject.h
IndexedProperties.cpp
IndexedProperties.h
Iterator.h
IteratorOperations.cpp
IteratorOperations.h
IteratorPrototype.cpp
IteratorPrototype.h
JobCallback.h
JSONObject.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
JSONObject.h
Map.cpp
Map.h
MapConstructor.cpp
MapConstructor.h
MapIterator.cpp
MapIterator.h
MapIteratorPrototype.cpp
MapIteratorPrototype.h
MapPrototype.cpp
MapPrototype.h
MathObject.cpp
MathObject.h
ModuleEnvironment.cpp
ModuleEnvironment.h
ModuleNamespaceObject.cpp
ModuleNamespaceObject.h
NativeFunction.cpp
NativeFunction.h
NumberConstructor.cpp
NumberConstructor.h
NumberObject.cpp
NumberObject.h
NumberPrototype.cpp
NumberPrototype.h
Object.cpp
Object.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ObjectConstructor.cpp
ObjectConstructor.h
ObjectEnvironment.cpp
ObjectEnvironment.h
ObjectPrototype.cpp
ObjectPrototype.h
PrimitiveString.cpp LibJS: Add PrimitiveString::is_empty() and use it 2022-07-19 12:45:50 +02:00
PrimitiveString.h LibJS: Add PrimitiveString::is_empty() and use it 2022-07-19 12:45:50 +02:00
PrivateEnvironment.cpp
PrivateEnvironment.h
Promise.cpp
Promise.h
PromiseConstructor.cpp
PromiseConstructor.h
PromiseJobs.cpp
PromiseJobs.h
PromisePrototype.cpp
PromisePrototype.h
PromiseReaction.cpp
PromiseReaction.h
PromiseResolvingElementFunctions.cpp
PromiseResolvingElementFunctions.h
PromiseResolvingFunction.cpp
PromiseResolvingFunction.h
PropertyAttributes.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
PropertyDescriptor.cpp
PropertyDescriptor.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
PropertyKey.h Meta+Userland: Simplify some formatters 2022-07-12 23:11:35 +02:00
PrototypeObject.h
ProxyConstructor.cpp
ProxyConstructor.h
ProxyObject.cpp
ProxyObject.h
Realm.cpp
Realm.h
Reference.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Reference.h
ReflectObject.cpp
ReflectObject.h
RegExpConstructor.cpp
RegExpConstructor.h
RegExpObject.cpp LibJS: Hook up the 'v' (unicodeSets) RegExp flag 2022-07-20 21:25:59 +01:00
RegExpObject.h LibJS: Hook up the 'v' (unicodeSets) RegExp flag 2022-07-20 21:25:59 +01:00
RegExpPrototype.cpp LibJS: Hook up the 'v' (unicodeSets) RegExp flag 2022-07-20 21:25:59 +01:00
RegExpPrototype.h
RegExpStringIterator.cpp
RegExpStringIterator.h
RegExpStringIteratorPrototype.cpp
RegExpStringIteratorPrototype.h
Set.cpp
Set.h
SetConstructor.cpp
SetConstructor.h
SetIterator.cpp
SetIterator.h
SetIteratorPrototype.cpp
SetIteratorPrototype.h
SetPrototype.cpp
SetPrototype.h
ShadowRealm.cpp
ShadowRealm.h
ShadowRealmConstructor.cpp
ShadowRealmConstructor.h
ShadowRealmPrototype.cpp
ShadowRealmPrototype.h
Shape.cpp
Shape.h
StringConstructor.cpp
StringConstructor.h
StringIterator.cpp
StringIterator.h
StringIteratorPrototype.cpp
StringIteratorPrototype.h
StringObject.cpp
StringObject.h
StringOrSymbol.h
StringPrototype.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
StringPrototype.h
Symbol.cpp
Symbol.h
SymbolConstructor.cpp
SymbolConstructor.h
SymbolObject.cpp
SymbolObject.h
SymbolPrototype.cpp
SymbolPrototype.h
TypedArray.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
TypedArray.h LibJS: Add %TypedArray%.prototype.toSorted 2022-06-29 13:36:54 +01:00
TypedArrayConstructor.cpp
TypedArrayConstructor.h
TypedArrayPrototype.cpp LibJS: Update spec numbers from the array-find-from-last proposal merge 2022-07-15 14:14:00 +01:00
TypedArrayPrototype.h LibJS: Sort TypedArray.prototype methods in spec order 2022-07-15 14:14:00 +01:00
Utf16String.cpp
Utf16String.h
Value.cpp LibJS: Add PrimitiveString::is_empty() and use it 2022-07-19 12:45:50 +02:00
Value.h LibJS: Use a template for 'Value from integral number' constructors 2022-07-04 10:10:11 +02:00
ValueTraits.h
VM.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
VM.h LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
WeakContainer.cpp
WeakContainer.h
WeakMap.cpp
WeakMap.h
WeakMapConstructor.cpp
WeakMapConstructor.h
WeakMapPrototype.cpp LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal' 2022-06-23 10:57:52 +03:00
WeakMapPrototype.h
WeakRef.cpp LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 2022-06-23 10:57:52 +03:00
WeakRef.h LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 2022-06-23 10:57:52 +03:00
WeakRefConstructor.cpp LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 2022-06-23 10:57:52 +03:00
WeakRefConstructor.h
WeakRefPrototype.cpp LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 2022-06-23 10:57:52 +03:00
WeakRefPrototype.h
WeakSet.cpp
WeakSet.h
WeakSetConstructor.cpp
WeakSetConstructor.h
WeakSetPrototype.cpp LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal' 2022-06-23 10:57:52 +03:00
WeakSetPrototype.h
WrappedFunction.cpp
WrappedFunction.h