Lines Matching refs:v8
62 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
70 v8::Local<v8::Value>, const String16& groupName, bool forceValueType,
73 Response wrapObjectProperty(v8::Local<v8::Object>, v8::Local<v8::Name> key,
77 Response wrapPropertyInArray(v8::Local<v8::Array>,
78 v8::Local<v8::String> property,
83 v8::Local<v8::Value> table, v8::Local<v8::Value> columns) const;
85 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const;
90 v8::Local<v8::Value>* result);
93 const v8::TryCatch&, const String16& groupName, bool generatePreview,
96 v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch&,
100 v8::Local<v8::Value> lastEvaluationResult() const;
108 v8::Local<v8::Context> context() const { return m_context; } in context()
110 const v8::TryCatch& tryCatch() const { return m_tryCatch; } in tryCatch()
123 v8::DebugInterface::ExceptionBreakState setPauseOnExceptionsState(
124 v8::DebugInterface::ExceptionBreakState);
126 v8::HandleScope m_handleScope;
127 v8::TryCatch m_tryCatch;
128 v8::Local<v8::Context> m_context;
131 v8::DebugInterface::ExceptionBreakState m_previousPauseOnExceptionsState;
153 v8::Local<v8::Value> object() const { return m_object; } in object()
159 v8::Local<v8::Value> m_object;
180 InjectedScript(InspectedContext*, v8::Local<v8::Object>,
182 v8::Local<v8::Value> v8Value() const;
183 Response wrapValue(v8::Local<v8::Value>, const String16& groupName,
185 v8::Local<v8::Value>* result) const;
186 v8::Local<v8::Object> commandLineAPI();
189 v8::Global<v8::Value> m_value;
190 v8::Global<v8::Value> m_lastEvaluationResult;
192 v8::Global<v8::Object> m_commandLineAPI;