summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2023-02-17LibJS: Propagate out-of-memory errors from HostImportModuleDynamicallyTimothy Flynn
2023-02-17LibJS: Convert Error's constructor and prototype to StringTimothy Flynn
2023-02-17LibJS: Remove unused CodeGenerationError::to_deprecated_stringTimothy Flynn
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-17LibJS: Add a throwable StringBuilder::join methodTimothy Flynn
2023-02-17LibJS: Pre-allocate the out-of-memory error string on the VMTimothy Flynn
2023-02-17LibJS: Add to_string definitions to CodeGenerationError and ParserErrorTimothy Flynn
2023-02-16LibJS: Actually escape \n|\r|LS|PS when escaping RegExp.sourceAli Mohammad Pur
2023-02-16LibJS: Manually loop over escaped regex pattern instead of ::replace()Ali Mohammad Pur
2023-02-16LibJS: Escape printed strings making them proper string literalsAli Mohammad Pur
2023-02-16LibJS: Remove Value::to_deprecated_string_without_side_effectsTimothy Flynn
2023-02-16LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSETimothy Flynn
2023-02-16LibJS: Change Print's print_type helper to accept a StringViewTimothy Flynn
2023-02-16LibJS: Remove unused Reference::to_deprecated_stringTimothy Flynn
2023-02-16LibJS: Convert CanonicalNumericIndexString to use NumberToStringTimothy Flynn
2023-02-16LibJS: Convert PropertyDescriptor's formatter to StringTimothy Flynn
2023-02-16LbJS: Convert exception-related usages of Value::TDSWOSE to StringTimothy Flynn
2023-02-16LibJS: Define Value::to_string_without_side_effects for StringTimothy Flynn
2023-02-16LibJS: Remove the VM parameter from the NumberToString AOTimothy Flynn
2023-02-16LibJS: Define BigInt::to_string to complement to_deprecated_stringTimothy Flynn
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-16LibJS: Use iterative text segmentation algorithms for Intl.SegmenterTimothy Flynn
2023-02-15LibJS: Keep escaping forward slashesNico Weber
2023-02-15LibUnicode: Fix typos causing text segmentation on mid-word punctuationTimothy Flynn
2023-02-15LibUnicode+LibJS: Move text segmentation algorithms to their own filesTimothy Flynn
2023-02-15LibJS: Don't escape backslashes in RegExp.sourceAli Mohammad Pur
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-11LibJS: Port Symbol to StringLinus Groh
2023-02-11LibJS: Unify Symbol::description() and raw_description()Linus Groh
2023-02-11LibJS: Remove unused forwarding getters from SymbolObjectLinus Groh
2023-02-11LibJS: Rename Symbol::to_deprecated_string() to descriptive_string()Linus Groh
2023-02-11LibJS/Temporal: Allow annotations after YYYY-MM and MM-DDLuke Wilde
2023-02-11LibJS: Add missing assignment to offset_string in ZDT conversionLuke Wilde
2023-02-10LibJS+Userland: Port the JS Console object and direct callers to StringTimothy Flynn
2023-02-10LibJS: Surround the VM parameter of TRY_OR_THROW_OOM with parenthesesTimothy Flynn
2023-02-10LibJS: Add a fallible ThrowableStringBuilder::appendffTimothy Flynn
2023-02-10LibJS: Change ThrowableStringBuilder to privately inherit StringBuilderTimothy Flynn
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-02-09LibJS+LibWeb: Convert string view PrimitiveString instances to StringTimothy Flynn
2023-02-09LibJS: Convert short string literal PrimitiveString instances to StringTimothy Flynn
2023-02-09LibJS+LibWeb: Convert empty PrimitiveString instances to StringTimothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operationsTimothy Flynn
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR NumberFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from remaining Intl Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.RelativeTimeFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.ListFormat Vector operationsTimothy Flynn
2023-02-08LibJS: Propagate OOM from Intl.DurationFormat Vector operationsTimothy Flynn