summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2022-05-05LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() gettersLinus Groh
2022-05-05LibJS: Correct SetMutableBinding fallibility bug in spec commentLinus Groh
2022-05-03LibJS: Remove bogus FIXME in ArgumentsObject::internal_get()Linus Groh
2022-05-03LibJS: Use consistent phrasing for string lengthLinus Groh
2022-05-03LibJS: Update order of steps in CanonicalNumericIndexStringLinus Groh
2022-05-03LibJS: Reflect Array.prototype.toLocaleString comment in %TypedArray%Linus Groh
2022-05-03LibJS: Add assertion (comment) to MakeMatchIndicesIndexPairArrayLinus Groh
2022-05-03LibJS: Update spec comments to avoid = comparisons with signed zeroLinus Groh
2022-05-03LibJS: Update comments for Annex B changes to IsLooselyEqualLinus Groh
2022-05-03LibJS: Fix type confusion in msFromTimeLinus Groh
2022-05-03LibJS: Update two comments saying "completion value"Linus Groh
2022-05-03LibJS: Use more consistent wording for creating empty listsLinus Groh
2022-05-03LibJS: Use CreateDataPropertyOrThrow in MakeMatchIndicesIndexPairArrayLinus Groh
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-05-01LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOsLinus Groh
2022-05-01LibJS: Change "Record {}" to "Iterator Record {}" in commentsLinus Groh
2022-05-01LibJS: Change "Completion {}" to "Completion Record {}" in commentsLinus Groh
2022-05-01LibJS: Change "as [the] argument[s]" to "with arguments" in commentsLinus Groh
2022-05-01LibJS: Update outdated table reference in BoundFunctionCreateLinus Groh
2022-05-01LibJS: Rename some variables from "script body" to "script"Linus Groh
2022-05-01LibJS: Rename scope to environmentLinus Groh
2022-05-01LibJS: Update spec comments testing presence of a fieldLinus Groh
2022-05-01LibJS: Update ValidateAndApplyPropertyDescriptor implementationLinus Groh
2022-05-01LibJS: Simplify Array.prototype.splice()Linus Groh
2022-05-01LibJS: Update a couple of outdated spec commentsLinus Groh
2022-05-01LibJS: Remove assertions that are now part of structured headersLinus Groh
2022-05-01LibJS: Add missing comment in OrdinaryToPrimitiveLinus Groh
2022-04-30LibJS: Stop fetching GlobalObject from target's realm in ArrayBufferIdan Horowitz
2022-04-30LibJS: Reject -00000 as extended year in Date parsingIdan Horowitz
2022-04-30LibJS: Do not negate zero into negative zero in ToIntegerOrInfinityIdan Horowitz
2022-04-30LibJS: Reorder parsing for TimeSpecWithOptionalTimeZoneNotAmbiguousIdan Horowitz
2022-04-29LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUSLinus Groh
2022-04-29LibJS: Add notes about lifetime of surrounding agentLinus Groh
2022-04-29LibJS: Fix numeric type confusion in GetEpochFromISOParts return valueLinus Groh
2022-04-29LibJS: Update for structured headers added to various Temporal AOsLinus Groh
2022-04-29LibJS: Drop "integral part of" languageLinus Groh
2022-04-29LibJS: Fix one more instance of Number value / integer confusionLinus Groh
2022-04-29LibJS: Define IsBuiltinCalendar in terms of AvailableCalendarsLinus Groh
2022-04-29LibJS: Rename DateFromFields to CalendarDateFromFields, etcLinus Groh
2022-04-29LibJS: Fix RoundNumberToIncrement spec numberLinus Groh
2022-04-29LibJS: Remove outdated FIXMEs about required date_from_fields() optionsLinus Groh
2022-04-20LibJS: De-duplicate ClassFieldDefinition RecordsLinus Groh
2022-04-18LibJS: Make the BC generator.next(value) workAli Mohammad Pur
2022-04-18LibJS: Avoid copying the frame into the interpreter in BC generatorsAli Mohammad Pur
2022-04-18LibJS: Don't coerce this value in %IteratorPrototype%[@@iterator]Linus Groh
2022-04-17LibJS: Add missing whitespace around namespace curly bracesLinus Groh
2022-04-16LibJS: Remove cloneConstructor parameter from CloneArrayBufferTimothy Flynn
2022-04-16LibJS: Factor out TypedArrayElement{Size,Type} abstract operationsTimothy Flynn
2022-04-16LibJS: Add explicit ErrorType values for TypedArray prototype exceptionsTimothy Flynn
2022-04-16LibJS: Define AllocateTypedArrayBuffer AO out of lineTimothy Flynn