Searched refs:objectForId (Results 1 – 3 of 3) sorted by relevance
27 v8::Local<v8::Value> objectForId(int id);
58 v8::Local<v8::Value> InjectedScriptNative::objectForId(int id) { in objectForId() function in v8_inspector::InjectedScriptNative
269 *outObject = m_native->objectForId(objectId.id()); in findObject()