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
/
Runtime
Age
Commit message (
Expand
)
Author
2021-08-17
LibJS: Implement Temporal.Calendar.prototype.mergeFields()
Linus Groh
2021-08-16
LibJS: Correctly handle Unicode characters in JS source text
davidot
2021-08-16
LibJS: Add missing spec link to YearMonthFromFields
Linus Groh
2021-08-16
LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()
Linus Groh
2021-08-16
LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()
Linus Groh
2021-08-16
LibJS: Implement Temporal.Calendar.prototype.fields()
Linus Groh
2021-08-16
LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth()
Linus Groh
2021-08-16
LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields()
Linus Groh
2021-08-15
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
Timothy Flynn
2021-08-15
LibJS: Prevent stack overflow in flatten_into_array()
Robert Stefanic
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.getISOFields()
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.valueOf()
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.day
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.monthCode
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.calendar
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype[@@toStringTag]
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in the Calendar.prototype getters
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in ISO{Year,Month,MonthCode,Day}
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in GetTemporalCalendarWithISODefault
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in ToTemporalCalendar
Linus Groh
2021-08-15
LibJS: Start implementing Temporal.PlainMonthDay
Linus Groh
2021-08-14
LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GC
Idan Horowitz
2021-08-14
LibJS: Call base class visit_edges() in various Temporal objects
Andreas Kling
2021-08-11
LibJS: Use Checked<T> for offsets in the SetViewValue AO
Linus Groh
2021-08-11
LibJS: Use Checked<T> for offsets in the GetViewValue AO
Linus Groh
2021-08-10
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
Timothy Flynn
2021-08-10
LibJS: Change ExecutionContext's arguments list to a MarkedValueList
Timothy Flynn
2021-08-10
LibJS: Reduce copying of string data in RegExp.prototype
Timothy Flynn
2021-08-10
LibJS: Reduce copying of string data in String.prototype
Timothy Flynn
2021-08-10
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
Timothy Flynn
2021-08-10
LibJS: Add a simple reference-counted UTF-16 string
Timothy Flynn
2021-08-09
LibJS: Fix this values in arrow functions
davidot
2021-08-09
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
davidot
2021-08-08
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
Linus Groh
2021-08-08
LibJS: Implement Intl[@@toStringTag]
Linus Groh
2021-08-08
LibJS: Add preparation for Intl constructors and prototypes
Linus Groh
2021-08-08
LibJS: Add the Intl namespace object :^)
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.getISOFields()
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.valueOf()
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.inLeapYear
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.monthsInYear
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.daysInMonth
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.daysInYear
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.monthCode
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.month
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.year
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.calendar
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype[@@toStringTag]
Linus Groh
2021-08-08
LibJS: Handle PlainYearMonth in the Calendar.prototype getters
Linus Groh
2021-08-08
LibJS: Handle PlainYearMonth in ISO{Year,Month,MonthCode,Day}
Linus Groh
[next]