summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2021-08-17LibJS: Implement Temporal.Calendar.prototype.mergeFields()Linus Groh
2021-08-16LibJS: Correctly handle Unicode characters in JS source textdavidot
2021-08-16LibJS: Add missing spec link to YearMonthFromFieldsLinus Groh
2021-08-16LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()Linus Groh
2021-08-16LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()Linus Groh
2021-08-16LibJS: Implement Temporal.Calendar.prototype.fields()Linus Groh
2021-08-16LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth()Linus Groh
2021-08-16LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields()Linus Groh
2021-08-15LibRegex+LibJS: Combine named and unnamed capture groups in MatchStateTimothy Flynn
2021-08-15LibJS: Prevent stack overflow in flatten_into_array()Robert Stefanic
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.getISOFields()Linus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.valueOf()Linus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.dayLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.monthCodeLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.calendarLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype[@@toStringTag]Linus Groh
2021-08-15LibJS: Handle PlainMonthDay in the Calendar.prototype gettersLinus Groh
2021-08-15LibJS: Handle PlainMonthDay in ISO{Year,Month,MonthCode,Day}Linus Groh
2021-08-15LibJS: Handle PlainMonthDay in GetTemporalCalendarWithISODefaultLinus Groh
2021-08-15LibJS: Handle PlainMonthDay in ToTemporalCalendarLinus Groh
2021-08-15LibJS: Start implementing Temporal.PlainMonthDayLinus Groh
2021-08-14LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GCIdan Horowitz
2021-08-14LibJS: Call base class visit_edges() in various Temporal objectsAndreas Kling
2021-08-11LibJS: Use Checked<T> for offsets in the SetViewValue AOLinus Groh
2021-08-11LibJS: Use Checked<T> for offsets in the GetViewValue AOLinus Groh
2021-08-10LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wantedTimothy Flynn
2021-08-10LibJS: Change ExecutionContext's arguments list to a MarkedValueListTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in RegExp.prototypeTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in String.prototypeTimothy Flynn
2021-08-10LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16StringTimothy Flynn
2021-08-10LibJS: Add a simple reference-counted UTF-16 stringTimothy Flynn
2021-08-09LibJS: Fix this values in arrow functionsdavidot
2021-08-09LibJS: Move Object::invoke to Value::invoke and fix it for primitivesdavidot
2021-08-08LibJS+Spreadsheet: Use js_string(VM&, ...) overload moreLinus Groh
2021-08-08LibJS: Implement Intl[@@toStringTag]Linus Groh
2021-08-08LibJS: Add preparation for Intl constructors and prototypesLinus Groh
2021-08-08LibJS: Add the Intl namespace object :^)Linus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.getISOFields()Linus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.valueOf()Linus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.inLeapYearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.monthsInYearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.daysInMonthLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.daysInYearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.monthCodeLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.monthLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.yearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.calendarLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype[@@toStringTag]Linus Groh
2021-08-08LibJS: Handle PlainYearMonth in the Calendar.prototype gettersLinus Groh
2021-08-08LibJS: Handle PlainYearMonth in ISO{Year,Month,MonthCode,Day}Linus Groh