mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #2259 - Add JS::StackGCVector and JS::RootedVector
Based-on: m-c 1521732/{1,3}, 1527881
This commit is contained in:
parent
4c2e378613
commit
f8f7aed528
3 changed files with 54 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue