summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-24LibJS: Include executable name in bytecode dumpsAndreas Kling
2021-10-24LibJS: Don't VERIFY that a function is Regular when executing in ASTdavidot
2021-10-23LibJS: Convert a few TRYs to MUST in RegExp.prototypeTimothy Flynn
2021-10-23LibJS: Convert Atomics functions to ThrowCompletionOrTimothy Flynn
2021-10-23LibJS: Convert typed_array_from to ThrowCompletionOrTimothy Flynn
2021-10-23LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert RegExpPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpExec AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpBuiltinExec AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the MakeIndicesArray AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert RegExpConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpInitialize AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert PromisePrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert PromiseConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the PromiseResolve AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert DatePrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert DateConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the NumberToBigInt AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert typed_array_merge_sort to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the TypedArraySpeciesCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert StringPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the CreateHTML AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the PadString AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert resolve_best_locale to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert StringConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Update Annex B String.prototype extension spec section numbersLinus Groh
2021-10-23LibJS: Add "at" to Array.prototype[@@unscopables]Linus Groh
2021-10-23LibJS: Use ECMA-262 spec URLs for .at() (relative indexing, now stage 4)Linus Groh
2021-10-23LibJS: Use ECMA-262 spec URL for Object.hasOwn() (now stage 4)Linus Groh
2021-10-23LibJS: Mark GetEpochFromISOParts as infallibleLinus Groh
2021-10-23LibJS: Convert ArrayPrototype functions to ThrowCompletionsOrIdan Horowitz
2021-10-23LibJS: Convert the FlattenIntoArray AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert array_merge_sort to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the ArraySpeciesCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert ArrayConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Remove vm.construct and it's usagesIdan Horowitz
2021-10-22LibJS: Convert Intl.NumberFormat functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.Locale functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.ListFormat functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.DisplayNames functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.getCanonicalLocales() function to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Array AOs to ThrowCompletionOrIdan Horowitz
2021-10-22LibJS: Convert Locale AOs to ThrowCompletionOrIdan Horowitz
2021-10-21LibJS: Convert Temporal.ZonedDateTime functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOrLinus Groh