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-05-05
LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() getters
Linus Groh
2022-05-05
LibJS: Correct SetMutableBinding fallibility bug in spec comment
Linus Groh
2022-05-03
LibJS: Remove bogus FIXME in ArgumentsObject::internal_get()
Linus Groh
2022-05-03
LibJS: Use consistent phrasing for string length
Linus Groh
2022-05-03
LibJS: Update order of steps in CanonicalNumericIndexString
Linus Groh
2022-05-03
LibJS: Reflect Array.prototype.toLocaleString comment in %TypedArray%
Linus Groh
2022-05-03
LibJS: Add assertion (comment) to MakeMatchIndicesIndexPairArray
Linus Groh
2022-05-03
LibJS: Update spec comments to avoid = comparisons with signed zero
Linus Groh
2022-05-03
LibJS: Update comments for Annex B changes to IsLooselyEqual
Linus Groh
2022-05-03
LibJS: Fix type confusion in msFromTime
Linus Groh
2022-05-03
LibJS: Update two comments saying "completion value"
Linus Groh
2022-05-03
LibJS: Use more consistent wording for creating empty lists
Linus Groh
2022-05-03
LibJS: Use CreateDataPropertyOrThrow in MakeMatchIndicesIndexPairArray
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-01
LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOs
Linus Groh
2022-05-01
LibJS: Change "Record {}" to "Iterator Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "Completion {}" to "Completion Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "as [the] argument[s]" to "with arguments" in comments
Linus Groh
2022-05-01
LibJS: Update outdated table reference in BoundFunctionCreate
Linus Groh
2022-05-01
LibJS: Rename some variables from "script body" to "script"
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-05-01
LibJS: Update spec comments testing presence of a field
Linus Groh
2022-05-01
LibJS: Update ValidateAndApplyPropertyDescriptor implementation
Linus Groh
2022-05-01
LibJS: Simplify Array.prototype.splice()
Linus Groh
2022-05-01
LibJS: Update a couple of outdated spec comments
Linus Groh
2022-05-01
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-05-01
LibJS: Add missing comment in OrdinaryToPrimitive
Linus Groh
2022-04-30
LibJS: Stop fetching GlobalObject from target's realm in ArrayBuffer
Idan Horowitz
2022-04-30
LibJS: Reject -00000 as extended year in Date parsing
Idan Horowitz
2022-04-30
LibJS: Do not negate zero into negative zero in ToIntegerOrInfinity
Idan Horowitz
2022-04-30
LibJS: Reorder parsing for TimeSpecWithOptionalTimeZoneNotAmbiguous
Idan Horowitz
2022-04-29
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
Linus Groh
2022-04-29
LibJS: Add notes about lifetime of surrounding agent
Linus Groh
2022-04-29
LibJS: Fix numeric type confusion in GetEpochFromISOParts return value
Linus Groh
2022-04-29
LibJS: Update for structured headers added to various Temporal AOs
Linus Groh
2022-04-29
LibJS: Drop "integral part of" language
Linus Groh
2022-04-29
LibJS: Fix one more instance of Number value / integer confusion
Linus Groh
2022-04-29
LibJS: Define IsBuiltinCalendar in terms of AvailableCalendars
Linus Groh
2022-04-29
LibJS: Rename DateFromFields to CalendarDateFromFields, etc
Linus Groh
2022-04-29
LibJS: Fix RoundNumberToIncrement spec number
Linus Groh
2022-04-29
LibJS: Remove outdated FIXMEs about required date_from_fields() options
Linus Groh
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
[next]