Searched defs:MapTypeToRootKind (Results 1 – 1 of 1) sorted by relevance
47648 struct MapTypeToRootKind { struct47652 struct MapTypeToRootKind<T*> { struct47657 struct MapTypeToRootKind<mozilla::UniquePtr<T>> { struct47658 static const JS::RootKind kind = JS::MapTypeToRootKind<T>::kind;47660 template <> struct MapTypeToRootKind<JS::Value> { struct47661 static const JS::RootKind kind = JS::RootKind::Value;47663 template <> struct MapTypeToRootKind<jsid> { struct47664 static const JS::RootKind kind = JS::RootKind::Id;47666 template <> struct MapTypeToRootKind<JSFunction*> : public MapTypeToRootKind<JSObject*> {}; struct47945 struct MapTypeToRootKind<void*> { struct[all …]