Lines Matching refs:v8
71 static InjectedScript* fromInjectedScriptHost(v8::Isolate* isolate,
72 v8::Local<v8::Object>);
77 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
85 v8::Local<v8::Value>, const String16& groupName, bool forceValueType,
89 v8::Local<v8::Value> table, v8::Local<v8::Value> columns) const;
92 v8::MaybeLocal<v8::Value> value,
97 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const;
102 v8::Local<v8::Value>* result);
105 const v8::TryCatch&, const String16& groupName, bool generatePreview,
108 v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch&,
112 v8::Local<v8::Value> lastEvaluationResult() const;
113 void setLastEvaluationResult(v8::Local<v8::Value> result);
115 int bindObject(v8::Local<v8::Value>, const String16& groupName);
124 v8::Local<v8::Context> context() const { return m_context; } in context()
126 const v8::TryCatch& tryCatch() const { return m_tryCatch; } in tryCatch()
138 v8::debug::ExceptionBreakState setPauseOnExceptionsState(
139 v8::debug::ExceptionBreakState);
141 v8::HandleScope m_handleScope;
142 v8::TryCatch m_tryCatch;
143 v8::Local<v8::Context> m_context;
146 v8::debug::ExceptionBreakState m_previousPauseOnExceptionsState;
170 v8::Local<v8::Value> object() const { return m_object; } in object()
176 v8::Local<v8::Value> m_object;
196 InjectedScript(InspectedContext*, v8::Local<v8::Object>, int sessionId);
197 v8::Local<v8::Value> v8Value() const;
198 Response wrapValue(v8::Local<v8::Value>, const String16& groupName,
200 v8::Local<v8::Value>* result) const;
201 v8::Local<v8::Object> commandLineAPI();
210 v8::Global<v8::Value> m_value;
212 v8::Global<v8::Value> m_lastEvaluationResult;
213 v8::Global<v8::Object> m_commandLineAPI;
215 std::unordered_map<int, v8::Global<v8::Value>> m_idToWrappedObject;