summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2022-08-23LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS: Remove GlobalObject from execute() and related AST functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise baseLinus Groh
2022-08-20LibJS: Add special cases for Math.cosh and add spec commentsdavidot
2022-08-17LibJS: Make StringToNumber case sensitive when falling back to strtoddavidot
2022-08-17LibJS: Don't assume a this argument for function.prototype.binddavidot
2022-08-17LibJS: Add the HostEnsureCanAddPrivateElement hookdavidot
2022-08-15LibJS: Use NaN boxing to decrease the memory size of Valuesdavidot
2022-08-15LibJS: Specialize Optional<Completion>davidot
2022-08-15LibJS: Specialize Optional<Value>davidot
2022-08-15LibJS: Add extreme value tests for cos and sindavidot
2022-08-14LibJS: Make Function.prototype a callable function objectLinus Groh
2022-08-06LibJS: Teach String.prototype.concat() to create rope stringsAndreas Kling
2022-08-06LibJS: Correct BalanceDurationRelative algorithmLinus Groh
2022-08-06LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs}Linus Groh
2022-08-06LibJS: Support creation of global object in Realm::set_global_object()Linus Groh
2022-08-06LibJS+LibWeb: Restore type safety of Realm::set_global_object()Linus Groh
2022-08-06LibJS: Implement string concatenation using ropesAndreas Kling
2022-08-05LibJS: Run clang-format on Realm.cppAndreas Kling
2022-08-05LibJS: Implement a more general InitializeHostDefinedRealm AOAndreas Kling
2022-08-05LibJS: Let Shape store a Realm instead of a GlobalObjectAndreas Kling
2022-08-05LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanismAndreas Kling
2022-08-03LibJS: Add previously skipped assertion in RegulateTimeLinus Groh
2022-08-03LibJS: Only coerce value once in BigInt constructordavidot
2022-07-31LibJS: Call HostEnsureCanCompileStrings in PerformShadowRealmEvalLinus Groh
2022-07-31LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOsLinus Groh
2022-07-30LibJS: Validate fractionalSecondDigits after truncationLinus Groh
2022-07-30LibJS: Support IANA legacy names in the Temporal ISO 8601 grammarLinus Groh
2022-07-30LibJS: Disallow out-of-range return from previous / next transitionLinus Groh
2022-07-27LibJS: Remove %TypedArray%.prototype.toSplicedTimothy Flynn
2022-07-27LibJS: Update Array.prototype.sort comments to align with implementationTimothy Flynn
2022-07-26LibJS: Allow out-of-order plural ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order number ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order date ranges to be formattedTimothy Flynn
2022-07-25LibJS: Use SortIndexedProperties AO in TypedArray.prototype.sortTimothy Flynn
2022-07-25LibJS: Use SortIndexedProperties AO in Array.prototype.sortTimothy Flynn