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-10-25
LibLocale+LibJS: Update to CLDR version 42.0.0
Timothy Flynn
2022-10-23
LibJS: Make parseFloat use the new double parser
davidot
2022-10-23
LibJS: Fix that non-double numbers from JSON were truncated to i32
davidot
2022-10-23
LibJS: Make a TypedArray test actually run on all different types
davidot
2022-10-23
LibJS: Add descriptive output to test-commons expect().toThrow()
davidot
2022-10-18
LibTimeZone+LibJS: Update to TZDB version 2022e
Timothy Flynn
2022-10-17
LibJS: Implement RegExp legacy static properties
leeight
2022-10-17
LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"
Linus Groh
2022-10-16
LibJS: Add fast path TimeZone conversion to PlainDate#toZonedDateTime
Luke Wilde
2022-10-16
LibJS: Remove extra property check from Instant#toZonedDateTimeISO
Luke Wilde
2022-10-16
LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZone
Luke Wilde
2022-10-16
LibJS: Fast-path ToTemporalCalendar when the argument is a Calendar
Luke Wilde
2022-10-14
LibJS/Temporal: Fix inconsistency in order of observable operations
Luke Wilde
2022-10-14
LibJS: Disallow one day long time zone offsets
davidot
2022-10-06
LibJS: Use Unicode normalization within String.prototype.normalize
Timothy Flynn
2022-09-22
LibJS: Change default time display options to "always" for digital style
Timothy Flynn
2022-09-21
LibJS: Implement normative change in String.prototype.substr
davidot
2022-09-21
LibJS: Change digital default style from "narrow" to "short"
Timothy Flynn
2022-09-18
LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
Timothy Flynn
2022-09-17
LibJS: Parse date strings like "9/17/2022"
davidot
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-02
LibJS: Allow anonymous functions as default exports
davidot
2022-09-02
LibJS: Make indirect bindings of module behave like normal bindings
davidot
2022-09-02
LibJS: Allow exporting any imported bindings
davidot
2022-09-02
LibJS: Only check for duplicate exports if they have a name
davidot
2022-09-02
LibJS: Put exports before symbols in keys of module namespace object
davidot
2022-09-02
LibJS: Call resolve instead of reject in AsyncFromSyncIteratorPrototype
davidot
2022-09-02
LibJS: Handle empty named export
davidot
2022-09-02
LibJS: Allow full ModuleExportName in namespace
davidot
2022-08-30
LibJS: Create DurationFormat's ListFormat object with type and style
Timothy Flynn
2022-08-30
LibJS: Use numeric style if the previous style was numeric or 2-digit
Timothy Flynn
2022-08-30
LibJS: Default to "short" for DurationFormat's style option
Timothy Flynn
2022-08-30
LibJS: Default to 0 for DurationFormat's fractionalDigits option
Timothy Flynn
2022-08-30
LibJS: Handle non-decimal integer literals in Value::to_number
Slappy826
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
[next]