mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 15:23:56 -07:00
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 |
||
|---|---|---|
| .. | ||
| tests | ||
| Atlas.cpp | ||
| Atlas.h | ||
| CmdLineArgs.cpp | ||
| CmdLineArgs.h | ||
| Config.cpp | ||
| Config.h | ||
| GameSetup.cpp | ||
| GameSetup.h | ||
| HWDetect.cpp | ||
| HWDetect.h | ||
| Paths.cpp | ||
| Paths.h | ||