Issue #2259 - Add JS::StackGCVector and JS::RootedVector

Based-on: m-c 1521732/{1,3}, 1527881
This commit is contained in:
Martok 2023-06-18 16:42:14 +02:00 committed by roytam1
commit f8f7aed528
3 changed files with 54 additions and 1 deletions

View file

@ -90,6 +90,10 @@ using JS::AutoValueVector;
using JS::AutoIdVector;
using JS::AutoObjectVector;
using JS::RootedValueVector;
using JS::HandleValueVector;
using JS::MutableHandleValueVector;
using JS::ValueVector;
using JS::IdVector;
using JS::ScriptVector;