summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2022-07-22LibJS: Disallow negative day lengths in ZonedDateTime.protoype.roundLuke Wilde
2022-07-21LibJS: Selectively display DateTimeFormat day periods as noonTimothy Flynn
2022-07-21LibJS+LibUnicode: Handle flexible day periods on both sides of midnightTimothy Flynn
2022-07-20LibJS: Implement Intl.NumberFormat.prototype.formatRangeToPartsTimothy Flynn
2022-07-20LibJS: Implement Intl.NumberFormat.prototype.formatRangeTimothy Flynn
2022-07-20LibJS: Move PatternPartitionWithSource structure to AbstractOperations.hTimothy Flynn
2022-07-20LibJS: Hook up the 'v' (unicodeSets) RegExp flagAli Mohammad Pur
2022-07-20LibJS: Remove invalid CreateDateDurationRecord AO overloadIdan Horowitz
2022-07-20LibJS: Hook the Intl mathematical value into Intl.NumberFormatTimothy Flynn
2022-07-20LibJS: Implement a basic Intl mathematical valueTimothy Flynn
2022-07-20LibJS: Return an enum from ApplyUnsignedRoundingModeTimothy Flynn
2022-07-20LibJS: Avoid FormatNumericToString spec issue more carefullyTimothy Flynn
2022-07-19LibJS: Add PrimitiveString::is_empty() and use itAndreas Kling
2022-07-19AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmapDaniel Bertalan
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changesTimothy Flynn
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingMode]] changesTimothy Flynn
2022-07-18LibJS: Relax integer size requirements on some NumberFormat helpersTimothy Flynn
2022-07-18LibJS: Add missing VERIFY_NOT_REACHED in string-to-enum conversionTimothy Flynn
2022-07-18LibJS/Bytecode: Get result from accumulator in PerformEvalLuke Wilde
2022-07-18LibJS/Bytecode: Implement initializers for array binding patternsLuke Wilde
2022-07-18LibJS/Bytecode: Implement destructuring assignmentLuke Wilde
2022-07-18LibJS/Bytecode: Evaluate LHS of assignment before RHSLuke Wilde
2022-07-18LibJS/Bytecode: Don't begin breakable scope before variable scope in forLuke Wilde
2022-07-18LibJS/Bytecode: Check for lexical bindings only in current scopeLuke Wilde
2022-07-18LibJS/Bytecode: Create global variables before setting themLuke Wilde
2022-07-18LibJS/Bytecode: Make setting failures throw only in strict modeLuke Wilde
2022-07-18LibJS/Bytecode: Determine strict mode on an executable basisLuke Wilde
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[TrailingZeroDisplay]] changesTimothy Flynn
2022-07-18LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zeroTimothy Flynn
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingPriority]] changesTimothy Flynn
2022-07-18LibJS: Prevent i64 overflow when computing large NumberFormat exponentsTimothy Flynn
2022-07-18LibJS: Remove accidentally duplicated [[RoundingType]] enumerationTimothy Flynn
2022-07-15LibJS: Update spec numbers from the array-find-from-last proposal mergeTimothy Flynn
2022-07-15LibJS: Sort TypedArray.prototype methods in spec orderTimothy Flynn
2022-07-15LibJS: Sort Array.prototype methods in spec orderTimothy Flynn
2022-07-15LibJS: Allow specifying keyword values not directly defined for a localeTimothy Flynn
2022-07-15LibJS: Remove hard-coded lists of collation typesTimothy Flynn
2022-07-13LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changesTimothy Flynn
2022-07-13LibJS: Implement Intl.NumberFormat V3's [[UseGrouping]] changesTimothy Flynn
2022-07-13LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptionsTimothy Flynn
2022-07-13LibJS+js: Parse new constructor options from Intl.NumberFormat V3Timothy Flynn
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12LibJS: Emit StringViews for ErrorType instancessin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-07-12LibJS: Add test case for %TypedArray%.prototype.toSplicedObinna Ikeh
2022-07-12LibJS: Add %TypedArray%.prototype.toSplicedObinna Ikeh
2022-07-12LibJS: Implement Intl.PluralRules.prototype.selectRangeTimothy Flynn