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
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