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-04-20
LibJS: De-duplicate ClassFieldDefinition Records
Linus Groh
2022-04-18
LibJS: Make the BC generator.next(value) work
Ali Mohammad Pur
2022-04-18
LibJS: Avoid copying the frame into the interpreter in BC generators
Ali Mohammad Pur
2022-04-18
LibJS: Don't coerce this value in %IteratorPrototype%[@@iterator]
Linus Groh
2022-04-17
LibJS: Add missing whitespace around namespace curly braces
Linus Groh
2022-04-16
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
Timothy Flynn
2022-04-16
LibJS: Factor out TypedArrayElement{Size,Type} abstract operations
Timothy Flynn
2022-04-16
LibJS: Add explicit ErrorType values for TypedArray prototype exceptions
Timothy Flynn
2022-04-16
LibJS: Define AllocateTypedArrayBuffer AO out of line
Timothy Flynn
2022-04-16
LibJS: Define SetTypedArrayFrom{TypedArray,ArrayLike} AOs out of line
Timothy Flynn
2022-04-13
LibJS: Add missing Vector::in_reverse() in ensure_property_table()
Andreas Kling
2022-04-13
LibJS: Tidy up Shape::ensure_property_table() a little bit
Andreas Kling
2022-04-13
LibJS: Allow TypeArray to become detached in TypedArray.prototype.set
Timothy Flynn
2022-04-12
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
Linus Groh
2022-04-12
LibJS: Pass this value to fallback func in Array.prototype.toString()
Linus Groh
2022-04-11
LibJS: Update ZonedDateTime AO spec comments for structured headers
Luke Wilde
2022-04-11
LibJS: Remove unused include from AbstractOperations.cpp
Linus Groh
2022-04-11
LibJS: Move additional notes to spec comments onto their own line
Linus Groh
2022-04-11
LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunction
Luke Wilde
2022-04-11
LibJS: Add tests for the new steps added to PerformEval
Luke Wilde
2022-04-11
LibJS: Add missing steps and spec comments to PerformEval
Luke Wilde
2022-04-11
LibJS: Use single page spec link for BoundFunctionCreate
Linus Groh
2022-04-11
LibJS: Fix two bogus spec links
Linus Groh
2022-04-08
LibJS: Do not throw a TypeError when sorting a detached TypedArray
Timothy Flynn
2022-04-08
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
Timothy Flynn
2022-04-08
LibJS: Make options object const in more Temporal AOs
Linus Groh
2022-04-08
LibJS: Handle undefined options in MergeLargestUnitOption
Linus Groh
2022-04-07
LibJS: Consistently call observable Temporal AOs with undefined options
Linus Groh
2022-04-06
LibJS: Reorder and reduce steps of InitializeDateTimeFormat
Timothy Flynn
2022-04-06
LibJS: Remove outdated FIXME from String.prototype.localeCompare
Timothy Flynn
2022-04-05
LibJS: Actually generate a lexical env for SwitchStatement in BC
Ali Mohammad Pur
2022-04-05
LibJS: Use InitializeOrSet to initialize function declarations in BC
Ali Mohammad Pur
2022-04-05
LibJS: Make Handle<Value>::is_null() also consider the contained value
Ali Mohammad Pur
2022-04-04
LibJS: Fix typo in a variable name in get_substitution()
Linus Groh
2022-04-04
LibJS: Fix some clang-tidy warnings in Temporal
Linus Groh
2022-04-04
LibJS: Use MUST() instead of TRY() for two infallible Temporal AOs
Linus Groh
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-04-03
LibJS: Use AK::Time in system_utc_epoch_nanoseconds()
Linus Groh
2022-04-02
LibJS: Normalize NaN values in Sets and Maps
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibJS: Allow JS::make_handle(T*) to be called with nullptr
Andreas Kling
2022-03-31
LibJS: Don't assume that for-in/of target is a variable on LHS::Assign
Ali Mohammad Pur
2022-03-31
LibJS: Implement codegen for MemberExpression binding patterns
Ali Mohammad Pur
2022-03-31
LibJS: Implement bytecode generation for all ObjectExpression properties
Ali Mohammad Pur
2022-03-31
LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
Linus Groh
2022-03-31
LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars
Linus Groh
2022-03-31
LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
Linus Groh
2022-03-31
LibJS: Emit reference information for { calendarName: "always" } option
Linus Groh
2022-03-31
LibJS: Fix Duration.compare() for dates with unusual number of hours
Linus Groh
2022-03-31
LibJS: Add explicit default copy+move constructors to ThrowCompletionOr
Hendiadyoin1
[next]