Lines Matching defs:const

65   virtual void sendFailure(const protocol::DispatchResponse& response) = 0;
73 InjectedScript(const InjectedScript&) = delete;
74 InjectedScript& operator=(const InjectedScript&) = delete;
76 InspectedContext* context() const { return m_context; }
79 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
87 v8::Local<v8::Value>, const String16& groupName,
96 void releaseObject(const String16& objectId);
98 Response wrapObject(v8::Local<v8::Value>, const String16& groupName,
101 Response wrapObject(v8::Local<v8::Value>, const String16& groupName,
107 const ValueMirror& mirror, const String16& groupName, WrapMode wrapMode,
115 const String16& objectGroup, WrapMode wrapMode,
119 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const;
120 String16 objectGroupName(const RemoteObjectId&) const;
121 void releaseObjectGroup(const String16&);
127 const v8::TryCatch&, const String16& groupName,
131 const String16& groupName,
135 v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch&,
136 const String16& objectGroup, WrapMode wrapMode,
139 v8::Local<v8::Value> lastEvaluationResult() const;
149 v8::Local<v8::Context> context() const { return m_context; }
150 InjectedScript* injectedScript() const { return m_injectedScript; }
151 const v8::TryCatch& tryCatch() const { return m_tryCatch; }
152 V8InspectorImpl* inspector() const { return m_inspector; }
184 ContextScope(const ContextScope&) = delete;
185 ContextScope& operator=(const ContextScope&) = delete;
194 ObjectScope(V8InspectorSessionImpl*, const String16& remoteObjectId);
196 ObjectScope(const ObjectScope&) = delete;
197 ObjectScope& operator=(const ObjectScope&) = delete;
198 const String16& objectGroupName() const { return m_objectGroupName; }
199 v8::Local<v8::Value> object() const { return m_object; }
210 CallFrameScope(V8InspectorSessionImpl*, const String16& remoteCallFrameId);
212 CallFrameScope(const CallFrameScope&) = delete;
213 CallFrameScope& operator=(const CallFrameScope&) = delete;
214 size_t frameOrdinal() const { return m_frameOrdinal; }
221 String16 bindObject(v8::Local<v8::Value>, const String16& groupName);
229 const String16& groupName, protocol::Runtime::RemoteObject* remoteObject);
238 const String16& objectGroup);