Searched refs:unbindObject (Results 1 – 2 of 2) sorted by relevance
219 void unbindObject(int id);
523 if (response.IsSuccess()) unbindObject(remoteId->id()); in releaseObject()688 for (int id : it->second) unbindObject(id); in releaseObjectGroup()1035 void InjectedScript::unbindObject(int id) { in unbindObject() function in v8_inspector::InjectedScript