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
2022-08-15
LibJS: Use NaN boxing to decrease the memory size of Values
davidot
2022-08-15
LibJS: Specialize Optional<Completion>
davidot
2022-08-15
LibJS: Specialize Optional<Value>
davidot
2022-08-15
LibJS: Add extreme value tests for cos and sin
davidot
2022-08-14
LibJS: Make Function.prototype a callable function object
Linus Groh
2022-08-06
LibJS: Teach String.prototype.concat() to create rope strings
Andreas Kling
2022-08-06
LibJS: Correct BalanceDurationRelative algorithm
Linus Groh
2022-08-06
LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs}
Linus Groh
2022-08-06
LibJS: Support creation of global object in Realm::set_global_object()
Linus Groh
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-06
LibJS: Implement string concatenation using ropes
Andreas Kling
2022-08-05
LibJS: Run clang-format on Realm.cpp
Andreas Kling
2022-08-05
LibJS: Actually create a new Realm in $262.createRealm()
Andreas Kling
2022-08-05
LibJS: Make Interpreter::create() call InitializeHostDefinedRealm()
Andreas Kling
2022-08-05
LibJS: Implement a more general InitializeHostDefinedRealm AO
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-08-05
LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanism
Andreas Kling
2022-08-03
LibJS: Add previously skipped assertion in RegulateTime
Linus Groh
2022-08-03
LibJS: Only coerce value once in BigInt constructor
davidot
2022-07-31
LibJS: Call HostEnsureCanCompileStrings in PerformShadowRealmEval
Linus Groh
2022-07-31
LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs
Linus Groh
2022-07-30
LibJS: Validate fractionalSecondDigits after truncation
Linus Groh
2022-07-30
LibJS: Support IANA legacy names in the Temporal ISO 8601 grammar
Linus Groh
2022-07-30
LibJS: Disallow out-of-range return from previous / next transition
Linus Groh
2022-07-27
LibJS: Remove %TypedArray%.prototype.toSpliced
Timothy Flynn
2022-07-27
LibJS: Update Array.prototype.sort comments to align with implementation
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order plural ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order number ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order date ranges to be formatted
Timothy Flynn
2022-07-25
LibJS: Use SortIndexedProperties AO in TypedArray.prototype.sort
Timothy Flynn
2022-07-25
LibJS: Use SortIndexedProperties AO in Array.prototype.sort
Timothy Flynn
2022-07-25
LibJS: Add missing spec step to CompareTypedArrayElements
Timothy Flynn
2022-07-22
LibJS+LibUnicode: Generate a set of default DateTimeFormat patterns
Timothy Flynn
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
Linus Groh
2022-07-22
LibJS: Add tests for %TypedArray%.prototype.with
Obinna Ikeh
2022-07-22
LibJS: Add %TypedArray%.prototype.with
Obinna Ikeh
2022-07-22
LibJS: Check PlainMonthDay is in the ISO date time limits in creation
Luke Wilde
2022-07-22
LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round
Luke Wilde
2022-07-21
LibJS: Selectively display DateTimeFormat day periods as noon
Timothy Flynn
2022-07-21
LibJS+LibUnicode: Handle flexible day periods on both sides of midnight
Timothy Flynn
2022-07-20
LibJS: Implement Intl.NumberFormat.prototype.formatRangeToParts
Timothy Flynn
2022-07-20
LibJS: Implement Intl.NumberFormat.prototype.formatRange
Timothy Flynn
2022-07-20
LibJS: Move PatternPartitionWithSource structure to AbstractOperations.h
Timothy Flynn
2022-07-20
LibJS: Hook up the 'v' (unicodeSets) RegExp flag
Ali Mohammad Pur
2022-07-20
LibJS: Remove invalid CreateDateDurationRecord AO overload
Idan Horowitz
2022-07-20
LibJS: Hook the Intl mathematical value into Intl.NumberFormat
Timothy Flynn
2022-07-20
LibJS: Implement a basic Intl mathematical value
Timothy Flynn
2022-07-20
LibJS: Return an enum from ApplyUnsignedRoundingMode
Timothy Flynn
2022-07-20
LibJS: Avoid FormatNumericToString spec issue more carefully
Timothy Flynn
2022-07-19
LibJS: Add PrimitiveString::is_empty() and use it
Andreas Kling
[next]