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-25
LibJS: Fix incorrect Lexer VERIFY when parsing Unicode characters
Brian Gianforcaro
2021-08-24
LibJS: Disallow yield expression correctly in formal parameters
davidot
2021-08-24
LibJS: Fix some small remaining issues with parsing unicode escapes
davidot
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay()
Linus Groh
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth()
Linus Groh
2021-08-24
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainMonthDay()
Linus Groh
2021-08-24
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainYearMonth()
Linus Groh
2021-08-23
LibJS: Implement Temporal.PlainDateTime.from()
Linus Groh
2021-08-23
LibJS: Fix logic error in RegulateISODate
Linus Groh
2021-08-23
LibJS: Implement Promise.race on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.allSettled on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.any on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Set the function names for the resolve, reject, and executor
Timothy Flynn
2021-08-23
LibJS: Generalize PerformPromiseAll common functionality
Timothy Flynn
2021-08-23
LibJS: Generalize PromiseAllResolveElementFunction common functionality
Timothy Flynn
2021-08-22
LibJS: Add missing builtin calendar check to ParseTemporalCalendarString
Linus Groh
2021-08-21
LibJS: Implement Promise.all on the Promise constructor
Timothy Flynn
2021-08-21
LibJS: Fix copy-paste mistake in GetCapabilitiesExecutor
Timothy Flynn
2021-08-20
LibJS: Implement RegExp.prototype.compile
Timothy Flynn
2021-08-20
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
Timothy Flynn
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toJSON()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toLocaleString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toJSON()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toLocaleString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toString()
Linus Groh
2021-08-19
LibJS: Allow Unicode escape sequences in identifiers
Timothy Flynn
2021-08-19
LibRegex+LibJS: Change capture group names from a String to a FlyString
Timothy Flynn
2021-08-19
LibRegex: Allow Unicode escape sequences in capture group names
Timothy Flynn
2021-08-19
LibJS: Use GenericLexer to consume escaped code points
Timothy Flynn
2021-08-19
LibJS: Add type range checks to the Date make_day AO
Idan Horowitz
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toJSON()
Linus Groh
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toLocaleString()
Linus Groh
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toString()
Linus Groh
2021-08-19
LibJS: Make Temporal's get_option() take a PropertyName directly
Linus Groh
2021-08-18
LibJS: Reflect naming consistency editorial changes in the Temporal spec
Linus Groh
2021-08-18
LibJS: Update some Temporal spec section numbers
Linus Groh
2021-08-17
LibJS/Tests: Add Temporal.Calendar.from() tests for more object types
Linus Groh
2021-08-17
LibJS: Reflect Record wording editorial change in the Temporal spec
Linus Groh
2021-08-17
LibJS: Add PlainDateTime fast path to various Calendar.prototype getters
Linus Groh
2021-08-17
LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO
Linus Groh
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
[next]