Home
last modified time | relevance | path

Searched defs:AutoObjectVector (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp98346 class AutoObjectVector : public Rooted<GCVector<JSObject*, 8>> { class
98350 explicit AutoObjectVector(JSContext* cx) : Base(cx, Vec(cx)) {} in AutoObjectVector() function in JS::AutoObjectVector