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-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-06
LibJS: Fully parse the TimeZoneIANAName production
Linus Groh
2022-01-06
LibJS: Include time zone name in TemporalInvalidTimeZoneName error
Linus Groh
2022-01-06
LibJS: Remove the now unused custom VM unwind mechanism
Linus Groh
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-06
LibJS: Implement the LoopContinues AO
Linus Groh
2022-01-06
LibJS: Implement LabelledStatement & LabelledEvaluation semantics
Linus Groh
2022-01-05
LibJS: Add tests for all the unscopable Array prototype properties
Luke Wilde
2022-01-05
LibJS: Implement Date.UTC according to the spec
Timothy Flynn
2022-01-05
LibJS: Use AK::Time to implement the MakeDay AO
Timothy Flynn
2022-01-05
LibJS: Set the length of Date.UTC to 7
Timothy Flynn
2022-01-05
LibJS: Use HashMap::remove_all_matching() in WeakMap
Andreas Kling
2022-01-05
LibJS: Use HashTable::remove_all_matching() in WeakSet :^)
Andreas Kling
2022-01-05
LibJS+LibUnicode: Handle flexible day periods that roll over midnight
Timothy Flynn
2022-01-05
LibJS: Implement Array.prototype.groupByToMap
Luke Wilde
2022-01-05
LibJS: Implement Array.prototype.groupBy
Luke Wilde
2022-01-05
LibJS: Make MarkedValueList copyable and move assignable
Luke Wilde
2022-01-05
LibJS: Add Handle specialisation for Value
Luke Wilde
2022-01-04
LibJS: Remove the now retired TRY_OR_DISCARD() macro :^)
Linus Groh
2022-01-04
LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr
Linus Groh
2022-01-04
LibJS: Convert FunctionObject::bind() to ThrowCompletionOr
Linus Groh
2022-01-04
LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr
Linus Groh
2022-01-04
LibJS: Remove unused Accessor::call_{getter,setter}()
Linus Groh
2022-01-04
LibJS: Remove unused IndexedProperties::take_{first,last}()
Linus Groh
2022-01-04
LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols
Timothy Flynn
2022-01-04
LibJS: Implement Number.prototype.toExponential
Timothy Flynn
2022-01-04
LibJS: Implement Number.prototype.toPrecision
Timothy Flynn
2022-01-03
LibJS: Propagate errors from TypedArray for_each_item{,_from_last} calls
Linus Groh
2022-01-03
LibJS: Add a ton of spec comments to AST.cpp
Linus Groh
2022-01-03
LibJS: Update AST to use completions :^)
Linus Groh
2022-01-03
LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers
Linus Groh
2022-01-03
LibJS: Remove redundant abrupt completion check
Linus Groh
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2022-01-03
LibJS: Implement the Extend TimeZoneName Option Proposal
Timothy Flynn
2022-01-02
LibJS: Fix two typos in comments in AST.cpp
Linus Groh
2022-01-02
LibJS: Let Completion::update_empty() take an Optional<Value>
Linus Groh
2022-01-02
LibJS: Move provided Optional<Value> argument in normal_completion()
Linus Groh
2022-01-02
LibJS: Update ToRawPrecision / ToRawFixed AO spec comments
Timothy Flynn
2022-01-02
LibJS: Explicitly handle postive/negative infinity in Intl.NumberFormat
Timothy Flynn
2022-01-01
LibJS: Avoid unnecessary copies in MergeBlocks codegen pass
Ben Wiederhake
2022-01-01
LibJS: Avoid unnecessary copies in PlaceBlocks codegen pass
Ben Wiederhake
2021-12-31
LibJS: Add missing undefined fallback to IfStatement completions
Linus Groh
2021-12-31
LibJS: Fix the Now.plainDateTime in case they go over a year boundary
davidot
2021-12-31
LibJS: Convert to_reference() to ThrowCompletionOr
davidot
2021-12-31
LibJS: Convert resolve_this_binding() to ThrowCompletionOr
davidot
2021-12-30
LibJS: Fix spec comment in Temporal::PlainDate::balance_iso_date()
Emanuele Torre
2021-12-30
LibJS: Convert thrown exception to completion in binding initialization
davidot
2021-12-30
LibJS: Add and fix some spec comments in AbstractOperations
davidot
2021-12-30
LibJS: Convert get_identifier_reference() to ThrowCompletionOr
davidot
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
[next]