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-06-29
LibJS: Add tests cases for %TypedArray%.prototype.toSorted function
Obinna Ikeh
2022-06-29
LibJS: Fix production for time zone name in time zone strings
Linus Groh
2022-06-27
LibJS: Check for add overflow in `DataViewConstructor`
Cyber Gsus
2022-06-26
LibJS: Infer file extensions when resolving module paths
Linus Groh
2022-06-24
LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnit
Linus Groh
2022-06-23
LibJS: Implement stage 3 proposal FinalizationRegistry changes
Idan Horowitz
2022-06-23
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-23
LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-23
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-17
LibJS/Tests: Remove outdated FIXME
Linus Groh
2022-06-15
LibJS: Adjust order of operations in ISO{Date,MonthDay}FromFields
Linus Groh
2022-06-15
LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecord
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.with()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toSpliced()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toSorted()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toReversed()
Linus Groh
2022-06-13
LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}
Linus Groh
2022-06-10
LibJS: Simplify Temporal unit AOs
Linus Groh
2022-06-02
LibJS: Stub out String.prototype.normalize
stelar7
2022-05-16
LibJS: Remove faulty assertion in BalanceDurationRelative
Luke Wilde
2022-05-16
LibJS: Remove redundant TemporalDateString production
Linus Groh
2022-05-08
LibJS: Change internal slots of Duration to store mathematical values
Linus Groh
2022-04-30
LibJS: Reject -00000 as extended year in Date parsing
Idan Horowitz
2022-04-13
LibJS: Allow TypeArray to become detached in TypedArray.prototype.set
Timothy Flynn
2022-04-12
LibJS: Pass this value to fallback func in Array.prototype.toString()
Linus Groh
2022-04-11
LibJS: Add tests for the new steps added to PerformEval
Luke Wilde
2022-04-08
LibJS: Do not throw a TypeError when sorting a detached TypedArray
Timothy Flynn
2022-04-02
LibJS: Normalize NaN values in Sets and Maps
Idan Horowitz
2022-03-31
LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
Linus Groh
2022-03-31
LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
Linus Groh
2022-03-31
LibJS: Emit reference information for { calendarName: "always" } option
Linus Groh
2022-03-30
LibJS: Disallow calendar display names which contain an underscore
Timothy Flynn
2022-03-29
LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument
Linus Groh
2022-03-29
LibJS: Bring ForIn body evaluation closer to the specification
Idan Horowitz
2022-03-28
LibJS: Add more delete operator tests
Luke Wilde
2022-03-20
LibJS: Allow 'expect().fail("some random string")' in test-js
Ali Mohammad Pur
2022-03-16
LibJS: Relax line and column number restrictions in Error stack tests
Simon Wanner
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-03-15
LibJS: Handle non-Error this object in Error.prototype.stack getter
Linus Groh
2022-03-15
LibJS/Tests: Consolidate Error.prototype.stack tests
Linus Groh
2022-03-13
LibJS: Add some tests for TypedArray.prototype.set
mjz19910
2022-03-11
LibJS: Apply source's byte offset in TA#set when both TAs have same type
Luke Wilde
2022-03-10
LibJS: Add missing check in ParseTemporalInstant
Linus Groh
2022-03-10
LibJS: Adjust grammar for DateExtendedYear to exclude -000000
Linus Groh
2022-03-09
LibJS/Tests: Add tests for '−000000' (U+2212) DateExtendedYear
Linus Groh
2022-03-09
LibJS: Keep PrivateEnvironment through NativeFunction calls
davidot
2022-03-09
LibJS: Be more lenient when parsing milliseconds for Date
davidot
2022-03-08
LibJS: Implement the Error.prototype.stack setter
Luke Wilde
2022-03-06
LibJS: Implement the object literal __proto__ property key special case
Idan Horowitz
2022-03-02
LibJS: Implement and test ArrayBuffer.prototype.resize
ForLoveOfCats
[next]