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
Age
Commit message (
Expand
)
Author
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
2021-08-08
LibJS: Handle PlainYearMonth in GetTemporalCalendarWithISODefault
Linus Groh
2021-08-08
LibJS: Handle PlainYearMonth in ToTemporalCalendar
Linus Groh
2021-08-08
LibJS: Start implementing Temporal.PlainYearMonth
Linus Groh
2021-08-08
LibJS: Fix Vector<Value> => MarkedValueList in calendar_fields()
Linus Groh
2021-08-08
LibJS: Mark getters of more Temporal objects [[nodiscard]]
Linus Groh
2021-08-08
LibJS: Add missing spec links
Linus Groh
2021-08-08
LibJS: Don't overflow size_t in `Value::to_length()`
Daniel Bertalan
2021-08-08
LibJS: Fix wraparound UB in `Value::to_u{8,16}`
Daniel Bertalan
2021-08-08
LibJS: Fix UB in `Number.IsSafeInteger`
Daniel Bertalan
2021-08-08
LibJS: Fix UB in `Math.clz32`
Daniel Bertalan
2021-08-07
LibJS: Implement Temporal.Instant.prototype.subtract()
Linus Groh
2021-08-07
LibJS: Implement Temporal.Instant.prototype.add()
Linus Groh
2021-08-07
LibJS: Add missing spec link to Temporal.Instant.prototype.round()
Linus Groh
2021-08-07
LibJS/Tests: Add length test for Temporal.Instant.prototype.round()
Linus Groh
2021-08-07
LibJS/Tests: Add length test for Temporal.Instant.prototype.equals()
Linus Groh
2021-08-07
LibJS/Tests: Fix bad copy and paste that crept into a lot of tests
Linus Groh
2021-08-07
LibJS: Cast length to signed integer before subtraction
sin-ack
2021-08-07
LibJS: Reflect an editorial change in the Temporal spec
Linus Groh
2021-08-07
LibJS: Reflect infallibility editorial changes in the Temporal spec
Linus Groh
2021-08-06
LibJS: Improve the TypedArray.prototype.find{,Index} tests
davidot
2021-08-06
LibJS: Implement proposed TypedArray.prototype.findLast{,Index}
davidot
2021-08-06
LibJS: Implement proposed Array.prototype.findLast{,Index}
davidot
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.getISOFields()
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainDateTime()
Linus Groh
[prev]
[next]