summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Array.cpp
AgeCommit message (Expand)Author
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus 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-07-25LibJS: Use SortIndexedProperties AO in Array.prototype.sortTimothy Flynn
2022-07-04LibJS: Use u64 for the length parameter in Array::create()Linus Groh
2022-07-04LibJS: Add spec comments to ArrayCreateLinus Groh
2022-06-13LibJS: Update order of parameters in our is_less_than implementationObinna Ikeh
2022-06-13LibJS: Implement the SortIndexedProperties AOLinus Groh
2022-06-13LibJS: Implement the CompareArrayElements AOLinus Groh
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-05-01LibJS: Update spec comments testing presence of a fieldLinus Groh
2022-05-01LibJS: Update ValidateAndApplyPropertyDescriptor implementationLinus Groh
2022-05-01LibJS: Update a couple of outdated spec commentsLinus Groh
2022-05-01LibJS: Remove assertions that are now part of structured headersLinus Groh
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2021-12-21LibJS: Update spec numbers for Operations on Objects AOsTimothy Flynn
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-22LibJS: Convert Array AOs to ThrowCompletionOrIdan Horowitz
2021-10-21LibJS: Use implicit ThrowCompletionOr<T> constructor where possibleLinus Groh
2021-10-18LibJS: Convert to_u32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_number() to ThrowCompletionOrIdan Horowitz
2021-10-03LibJS: Convert create_data_property_or_throw() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Use MUST() where applicableLinus Groh
2021-09-29LibJS: Convert internal_own_property_keys() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_delete() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_define_own_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get_own_property() to ThrowCompletionOrLinus Groh
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-07-07LibJS: Stop using a native property for Array lengthsIdan Horowitz
2021-07-06LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTILinus Groh
2021-07-06LibJS: Remove impossible check from Array's native length getter/setterIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-06-26LibJS: Allow setting the length of an object with prototype Arraydavidot
2021-06-13LibJS: Add ECMA-262 section/title/URL comments almost everywhereLinus Groh
2021-06-06LibJS: Add length parameter to Array::create()Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-07LibJS: Use MarkedValueList for internal own properties getter functionsLinus Groh
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling
2021-02-24LibJS: Make ArrayPrototype an Array objectLinus Groh
2021-02-10LibJS: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling