Searched defs:AutoObjectVector (Results 1 – 1 of 1) sorted by relevance
98346 class AutoObjectVector : public Rooted<GCVector<JSObject*, 8>> { class98350 explicit AutoObjectVector(JSContext* cx) : Base(cx, Vec(cx)) {} in AutoObjectVector() function in JS::AutoObjectVector