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-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: Disallow standalone super expression
davidot
2021-08-16
LibJS: Handle '++' and '--' more correctly within expression
davidot
2021-08-16
LibJS: Check that 'let' is followed by declaration before matching it
davidot
2021-08-16
LibJS: Add optional extra strict checks in parse_binding_pattern
davidot
2021-08-16
LibJS: Tighten default values in formal parameter parsing
davidot
2021-08-16
LibJS: Allow yielding a class
davidot
2021-08-16
LibJS: Treat yield as an identifier in more non-generator contexts
davidot
2021-08-16
LibJS: Add more duplicated declarations detection
davidot
2021-08-16
LibJS: Be more strict about the lhs of a for in/of loop
davidot
2021-08-16
LibJS: Force the lexer to parse a regex when expecting a statement
davidot
2021-08-16
LibJS: Treat arrow expression as function and stop parsing after
davidot
2021-08-16
LibJS: Make functions reset break and continue context
davidot
2021-08-16
LibJS: Allow class methods named "get", "set" or "static"
davidot
2021-08-16
LibJS: Allow labelled functions in certain contexts
davidot
2021-08-16
LibJS: Fix that a windows-style new line was not escaped properly
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
LibJS: Parse and partially execute import and export statements
davidot
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-08-15
LibJS/Tests: Skip flaky FinalizationRegistry.prototype.cleanupSome test
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/Tests: Add test for PlainMonthDay default reference year
Linus Groh
2021-08-15
LibJS/Tests: Add test for PlainYearMonth default reference day
Linus Groh
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-15
LibJS/Tests: Tweak PlainYearMonth Infinity test values
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-13
LibJS/Tests: Remove outdated FIXME comment
Linus Groh
2021-08-13
LibJS/Tests: Enable Proxy handler apply() thisArg test that now passes
Linus Groh
2021-08-13
LibJS/Tests: Test iteration order of Map.prototype.entries()
Linus Groh
2021-08-13
LibJS/Tests: Test iteration order of Map.prototype.values()
Linus Groh
2021-08-13
LibJS/Tests: Test iteration order of Map.prototype.keys()
Linus Groh
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
[next]