Searched refs:ObjectScope (Results 1 – 4 of 4) sorted by relevance
165 class ObjectScope : public Scope {167 ObjectScope(V8InspectorSessionImpl*, const String16& remoteObjectId);168 ~ObjectScope();178 DISALLOW_COPY_AND_ASSIGN(ObjectScope);
304 InjectedScript::ObjectScope scope(m_session, promiseObjectId); in awaitPromise()339 InjectedScript::ObjectScope scope(m_session, objectId.fromJust()); in callFunctionOn()387 InjectedScript::ObjectScope scope(m_session, objectId); in getProperties()440 InjectedScript::ObjectScope scope(m_session, objectId); in releaseObject()597 InjectedScript::ObjectScope scope(m_session, prototypeObjectId); in queryObjects()
748 InjectedScript::ObjectScope::ObjectScope(V8InspectorSessionImpl* session, in ObjectScope() function in v8_inspector::InjectedScript::ObjectScope752 InjectedScript::ObjectScope::~ObjectScope() {} in ~ObjectScope()754 Response InjectedScript::ObjectScope::findInjectedScript( in findInjectedScript()
561 InjectedScript::ObjectScope scope(m_session, functionObjectId); in setBreakpointOnFunctionCall()