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
/
Tests
Age
Commit message (
Expand
)
Author
2022-08-25
LibJS: Accept and ignore calendar annotation in Instant strings
Luke Wilde
2022-08-25
LibJS: Avoid calling ToString on calendar when calendarName is "never"
Luke Wilde
2022-08-25
LibJS: Guard IntegerIndexedElementSet with receiver check
Timothy Flynn
2022-08-25
LibJS: Always access RegExp flags by its "flags" property
Timothy Flynn
2022-08-24
LibJS: Allow BigInts as destructuring property names
davidot
2022-08-24
LibJS: Fix that leftshift for BigInts did not round down
davidot
2022-08-20
LibJS: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-20
LibJS: Add special cases for Math.cosh and add spec comments
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
2022-08-17
LibJS: Allow invalid string in tagged template literals
davidot
2022-08-17
LibJS: Make StringToNumber case sensitive when falling back to strtod
davidot
2022-08-17
LibJS: Don't assume a this argument for function.prototype.bind
davidot
2022-08-15
LibJS: Add extreme value tests for cos and sin
davidot
2022-08-14
LibJS: Make Function.prototype a callable function object
Linus Groh
2022-08-03
LibJS: Only coerce value once in BigInt constructor
davidot
2022-07-31
LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs
Linus Groh
2022-07-30
LibJS: Support IANA legacy names in the Temporal ISO 8601 grammar
Linus Groh
2022-07-27
LibJS: Remove %TypedArray%.prototype.toSpliced
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order plural ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order number ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order date ranges to be formatted
Timothy Flynn
2022-07-22
LibJS+LibUnicode: Generate a set of default DateTimeFormat patterns
Timothy Flynn
2022-07-22
LibJS: Add tests for %TypedArray%.prototype.with
Obinna Ikeh
2022-07-22
LibJS: Check PlainMonthDay is in the ISO date time limits in creation
Luke Wilde
2022-07-22
LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round
Luke Wilde
2022-07-21
LibJS: Selectively display DateTimeFormat day periods as noon
Timothy Flynn
2022-07-21
LibJS+LibUnicode: Handle flexible day periods on both sides of midnight
Timothy Flynn
2022-07-20
LibJS: Implement Intl.NumberFormat.prototype.formatRangeToParts
Timothy Flynn
2022-07-20
LibJS: Implement Intl.NumberFormat.prototype.formatRange
Timothy Flynn
2022-07-20
LibJS: Hook up the 'v' (unicodeSets) RegExp flag
Ali Mohammad Pur
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changes
Timothy Flynn
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingMode]] changes
Timothy Flynn
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[TrailingZeroDisplay]] changes
Timothy Flynn
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingPriority]] changes
Timothy Flynn
2022-07-18
LibJS: Prevent i64 overflow when computing large NumberFormat exponents
Timothy Flynn
2022-07-15
LibJS: Allow specifying keyword values not directly defined for a locale
Timothy Flynn
2022-07-13
LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changes
Timothy Flynn
2022-07-13
LibJS: Implement Intl.NumberFormat V3's [[UseGrouping]] changes
Timothy Flynn
2022-07-13
LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptions
Timothy Flynn
2022-07-13
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
Timothy Flynn
2022-07-12
LibJS: Add test case for %TypedArray%.prototype.toSpliced
Obinna Ikeh
2022-07-12
LibJS: Implement Intl.PluralRules.prototype.selectRange
Timothy Flynn
2022-07-10
AK: Treat empty string as invalid JSON
Luke Wilde
2022-07-08
LibJS: Use Intl.PluralRules within Intl.RelativeFormat
Timothy Flynn
2022-07-08
LibJS: Implement Intl.PluralRules.prototype.select
Timothy Flynn
2022-07-08
LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptions
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.weekInfo property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.textInfo property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.timeZones property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.numberingSystems property
Timothy Flynn
[next]