summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2021-09-12LibJS: Move locale_relevant_extension_keys to Intl.LocaleTimothy Flynn
2021-09-12LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormatTimothy Flynn
2021-09-12LibJS: Move Intl.NumberFormat's AOs to its object fileTimothy Flynn
2021-09-12LibJS: Move Intl.ListFormat's AOs to its object fileTimothy Flynn
2021-09-12LibJS: Make "options" objects const references in NumberFormat's AOsTimothy Flynn
2021-09-12LibJS: Make GetNumberOption's "options" object a const referenceTimothy Flynn
2021-09-12LibJS: Store Intl.Locale's "tag" argument as a plain stringTimothy Flynn
2021-09-12LibJS: Change GetOption AO to accept the options as a concrete ObjectTimothy Flynn
2021-09-12LibJS: Sort Intl AbstractOperation declarations by spec IDTimothy Flynn
2021-09-12LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNamesTimothy Flynn
2021-09-12LibJS: Make get_function_realm() actually return a RealmLinus Groh
2021-09-12LibJS: Set the callee context's realm in prepare_for_ordinary_call()Linus Groh
2021-09-12LibJS: Prepare ExecutionContext to store the current Realm RecordLinus Groh
2021-09-12LibJS: Make prepare_for_ordinary_call() new_target parameter an Object*Linus Groh
2021-09-12LibJS: Move the GlobalEnvironment from GlobalObject to RealmLinus Groh
2021-09-12LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironmentLinus Groh
2021-09-12LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()Linus Groh
2021-09-12LibJS: Start adding a JS::Realm class (spec's "Realm Record")Linus Groh
2021-09-12LibJS: Convert MapIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Map.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert GeneratorObject.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Date.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert DataView.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert ArrayIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert ArrayBuffer.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert WeakSet.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert WeakRef.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert WeakMap.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert StringIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert SetIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Set.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Promise.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert RegExp.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Create a class to provide common methods for object prototypesTimothy Flynn
2021-09-12LibJS: Remove ErrorType::NotA and ErrorType::NotAnTimothy Flynn
2021-09-12LibJS: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-12LibJS: Add a variant of ErrorType::NotA named NotAnObjectOfTypeTimothy Flynn
2021-09-12LibJS: Change wording of ErrorType::NotA to be independent of contextTimothy Flynn
2021-09-11LibJS: Specify right base for PromiseResolvingElementFunction subclassesAndreas Kling
2021-09-11LibJS: Don't use MarkedValueList in PromiseValueListAndreas Kling
2021-09-11LibJS: Use move semantics more when creating Reference objectsAndreas Kling
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11LibJS: Visit WeakMap's values as long as their keys were not collectedIdan Horowitz
2021-09-11LibJS: Visit OrdinaryFunctionObject's owning realmIdan Horowitz
2021-09-11LibJS: Visit GeneratorObject's previous value if it's any kind of CellIdan Horowitz
2021-09-11LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapesAndreas Kling
2021-09-11LibJS: Include source locations in VM::dump_backtrace() outputAndreas Kling
2021-09-11LibJS: Fix ASAN poisoning range in new HeapBlocksAndreas Kling