index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2021-12-21
LibJS: Define RegExp.prototype methods in spec order
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype AOs
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype.[flags, source, exec, test]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype.compile
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@split ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@search ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@replace ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@matchAll ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@match ]
Timothy Flynn
2021-12-21
LibJS: Convert a RegExp throw_exception to throw_completion
Timothy Flynn
2021-12-21
LibJS: Parse assert clauses of in- and export statements
davidot
2021-12-21
LibJS: Disallow async generator functions called 'await' or 'yield'
davidot
2021-12-21
LibJS: Don't treat yield after void as identifier in generator functions
davidot
2021-12-21
LibJS: Make new lines in block comments reset line has token
davidot
2021-12-21
LibJS: Allow super property lookup and new.target in static init blocks
davidot
2021-12-19
LibJS: Fix typo in spec comment
Linus Groh
2021-12-19
LibJS: Capture TimeFraction parse result instead of Fraction
Linus Groh
2021-12-19
LibJS: Only allow TimeZone this value in TimeZone#getPlainDateTimeFor
Luke Wilde
2021-12-19
LibJS: Only allow TimeZone this value in Temporal.TimeZone#toJSON
Luke Wilde
2021-12-19
LibJS: Only allow TimeZone this value in Temporal.TimeZone#id
Luke Wilde
2021-12-19
LibJS: Only allow Calendar this value in Temporal.Calendar#toJSON
Luke Wilde
2021-12-18
LibJS: Fix 'precision != "auto"' check in temporal_duration_to_string()
Linus Groh
2021-12-18
LibJS: Disallow date-only strings for PlainTime
Linus Groh
2021-12-18
LibJS: Allow 'T' prefix in time-only strings
Linus Groh
2021-12-18
LibJS: Fix fractionalSecondDigits behavior in Duration.proto.toString()
Linus Groh
2021-12-18
LibJS: Add optional calendar to Plain{Time,YearMonth,MonthDay} prod
Linus Groh
2021-12-18
LibJS: Update spec comment in get_iso_parts_from_epoch()
Linus Groh
2021-12-18
LibJS: Fix ambiguity in FractionalPart grammar
Linus Groh
2021-12-18
LibJS: Make PlainDate difference methods units handling consistent
Linus Groh
2021-12-18
LibJS: Remove outdated comment in prepare_partial_temporal_fields()
Linus Groh
2021-12-18
LibJS: Fix "smallestUnit" property name typo in a couple of places
Linus Groh
2021-12-18
LibJS: Fix off-by-one in balance_iso_date() for leap year inputs
Linus Groh
2021-12-18
LibJS: Remove outdated comment from parse_temporal_duration_string()
Linus Groh
2021-12-18
LibJS: Only allow Calendar this value in Temporal.Calendar.prototype.id
Linus Groh
2021-12-18
LibJS: Fix typo in MarkedVector::end()
Andreas Kling
2021-12-17
LibJS/Tests: Remove outdated FIXME
Linus Groh
2021-12-16
LibJS: Add MarkedVector<T>
Andreas Kling
2021-12-16
LibJS: Add JS::make_handle(T&)
Andreas Kling
2021-12-14
LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value
Linus Groh
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-10
LibJS: Use AK::NaN<double> in Date::date_value() to fix build error
Linus Groh
2021-12-10
LibJS: Implement the thisTimeValue() AO and use it where applicable
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-10
LibJS: Add test case for locales which do not define day periods
Timothy Flynn
2021-12-10
LibJS: Use locale-aware day period time ranges to format period symbols
Timothy Flynn
2021-12-10
LibJS+LibUnicode: Rename some Unicode::DayPeriod values
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleDateString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleString
Timothy Flynn
[next]