Searched refs:GlobalHandleType (Results 1 – 2 of 2) sorted by relevance
52 enum GlobalHandleType { enum60 GlobalHandleInfo(void* host, GlobalHandleType type) : m_host(host), m_type(type) { } in GlobalHandleInfo()62 GlobalHandleType m_type;75 static void registerGlobalHandle(GlobalHandleType, void*, v8::Persistent<v8::Value>);
91 void V8GCController::registerGlobalHandle(GlobalHandleType type, void* host, v8::Persistent<v8::Val… in registerGlobalHandle()