Home
last modified time | relevance | path

Searched refs:executionContextId (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc67 int executionContextId, const String16& objectGroup, in add() argument
84 inspector, contextGroupId, executionContextId, objectGroup, in add()
158 int executionContextId, const String16& objectGroup, in ProtocolPromiseHandler() argument
163 m_executionContextId(executionContextId), in ProtocolPromiseHandler()
236 Maybe<int> executionContextId, int* contextId) { in ensureContext() argument
237 if (executionContextId.isJust()) { in ensureContext()
238 *contextId = executionContextId.fromJust(); in ensureContext()
266 Maybe<int> executionContextId, Maybe<bool> returnByValue, in evaluate() argument
273 std::move(executionContextId), &contextId); in evaluate()
537 Maybe<int> executionContextId, Maybe<String16>* scriptId, in compileScript() argument
[all …]
Dv8-runtime-agent-impl.h64 Maybe<int> executionContextId, Maybe<bool> returnByValue,
92 bool persistScript, Maybe<int> executionContextId,
95 void runScript(const String16&, Maybe<int> executionContextId,
Dv8-debugger-script.h68 int executionContextId() const { return m_executionContextId; } in executionContextId() function
Dinjected-script.h137 ContextScope(V8InspectorImpl*, int contextGroupId, int executionContextId);
Dinjected-script.cc491 int executionContextId) in ContextScope() argument
493 m_executionContextId(executionContextId) {} in ContextScope()
Dv8-inspector-session-impl.cc41 int V8ContextInfo::executionContextId(v8::Local<v8::Context> context) { in executionContextId() function in v8_inspector::V8ContextInfo
Dv8-debugger-agent-impl.cc1000 int contextId = script->executionContextId(); in didParseSource()
/external/v8/include/
Dv8-inspector.h88 static int executionContextId(v8::Local<v8::Context> context);