1
0
forked from mirrors/0ad
Files
phosit df18e22277 Remove Script::CreateArray
It's better to construct a js-array from a `JS::RootedValueVector`.
Because it is more strongly typed and the index doesn't has to be
specified when appending an element.
Some usages are replaced with `JS::RootedValueArray`.

Fixes: #8702
2026-02-08 19:27:50 +01:00
..
2026-02-08 19:27:50 +01:00
2025-08-15 19:43:34 +02:00