ladybird/Libraries/LibJS
Timothy Flynn 6dfa6993e5 LibJS: Add workaround for invalid ISODateTimes in DifferenceISODateTime
The assertions can be hit when Temporal.Duration.prototype.round / total
are provided a PlainDate at the very limits of valid date-times. Tests
were recently added to test262 which trip these assertions, thus we are
now crashing in those tests. Let's throw a RangeError instead, as this
is the behavior expected by the tests.
2024-12-05 15:29:08 -05:00
..
Bytecode
Contrib/Test262
Heap
Runtime LibJS: Add workaround for invalid ISODateTimes in DifferenceISODateTime 2024-12-05 15:29:08 -05:00
Tests LibJS: Add workaround for invalid ISODateTimes in DifferenceISODateTime 2024-12-05 15:29:08 -05:00
AST.cpp
AST.h
CMakeLists.txt LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
Console.cpp LibJS: Make output_debug_message accept a StringView 2024-12-04 16:34:13 +00:00
Console.h LibJS: Make output_debug_message accept a StringView 2024-12-04 16:34:13 +00:00
CyclicModule.cpp
CyclicModule.h
Forward.h LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
Lexer.cpp LibJS: Extract some JS lexer helpers to free functions 2024-12-05 13:56:21 +01:00
Lexer.h LibJS: Extract some JS lexer helpers to free functions 2024-12-05 13:56:21 +01:00
MarkupGenerator.cpp
MarkupGenerator.h
Module.cpp
Module.h
ModuleLoading.h
Parser.cpp
Parser.h
ParserError.cpp
ParserError.h
Position.h LibJS: Cache source code positions more often 2024-12-02 11:42:11 +01:00
Print.cpp LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
Print.h
Script.cpp
Script.h
SourceCode.cpp LibJS: Cache source code positions more often 2024-12-02 11:42:11 +01:00
SourceCode.h
SourceRange.h
SourceTextModule.cpp
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp
SyntheticModule.h
Token.cpp
Token.h