index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Array.h
Age
Commit message (
Expand
)
Author
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-29
LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19]
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-07-04
LibJS: Use u64 for the length parameter in Array::create()
Linus Groh
2022-06-13
LibJS: Implement the SortIndexedProperties AO
Linus Groh
2022-06-13
LibJS: Implement the CompareArrayElements AO
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-01-31
LibJS: Allow calling Array::create_from without allocating a Vector
Timothy Flynn
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
2021-09-04
LibJS: Add Array::create_from() for generic Vector<T>
Linus Groh
2021-07-07
LibJS: Stop using a native property for Array lengths
Idan Horowitz
2021-07-06
LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-06-06
LibJS: Add length parameter to Array::create()
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-07
LibJS: Use MarkedValueList for internal own properties getter functions
Linus Groh
2021-02-24
LibJS: Make ArrayPrototype an Array object
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling