Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.h66 Maybe<int> executionContextId, Maybe<bool> returnByValue,
79 Maybe<bool> awaitPromise, Maybe<int> executionContextId,
97 bool persistScript, Maybe<int> executionContextId,
100 void runScript(const String16&, Maybe<int> executionContextId,
109 Maybe<int> executionContextId,
117 Maybe<int> executionContextId) override;
134 int executionContextId);
Dv8-runtime-agent-impl.cc204 Maybe<int> executionContextId, int* contextId) { in ensureContext() argument
205 if (executionContextId.isJust()) { in ensureContext()
206 *contextId = executionContextId.fromJust(); in ensureContext()
234 Maybe<int> executionContextId, Maybe<bool> returnByValue, in evaluate() argument
242 std::move(executionContextId), &contextId); in evaluate()
326 Maybe<int> executionContextId, Maybe<String16> objectGroup, in callFunctionOn() argument
328 if (objectId.isJust() && executionContextId.isJust()) { in callFunctionOn()
333 if (!objectId.isJust() && !executionContextId.isJust()) { in callFunctionOn()
357 std::move(executionContextId.fromJust()), &contextId); in callFunctionOn()
482 Maybe<int> executionContextId, Maybe<String16>* scriptId, in compileScript() argument
[all …]
Dinjected-script.cc68 int executionContextId, const String16& objectGroup, in add() argument
84 new ProtocolPromiseHandler(session, executionContextId, objectGroup, in add()
132 int executionContextId, const String16& objectGroup, in ProtocolPromiseHandler() argument
138 m_executionContextId(executionContextId), in ProtocolPromiseHandler()
737 int executionContextId) in ContextScope() argument
739 m_executionContextId(executionContextId) {} in ContextScope()
Djs_protocol.pdl495 Runtime.ExecutionContextId executionContextId
528 Runtime.ExecutionContextId executionContextId
1060 optional ExecutionContextId executionContextId
1126 # Identifier of the object to call function on. Either objectId or executionContextId should
1145 # executionContextId or objectId should be specified.
1146 optional ExecutionContextId executionContextId
1167 optional ExecutionContextId executionContextId
1260 optional ExecutionContextId executionContextId
1296 optional ExecutionContextId executionContextId
1337 # If executionContextId is empty, adds binding with the given name on the
[all …]
Dv8-debugger-script.h69 int executionContextId() const { return m_executionContextId; } in executionContextId() function
Dinjected-script.h155 ContextScope(V8InspectorSessionImpl*, int executionContextId);
Dv8-debugger-agent-impl.cc664 int contextId = it->second->executionContextId(); in getPossibleBreakpoints()
703 int contextId = script->executionContextId(); in continueToLocation()
795 int contextId = script->executionContextId(); in setBreakpointImpl()
866 int contextId = it->second->executionContextId(); in setScriptSource()
1388 int contextId = script->executionContextId(); in didParseSource()
Dv8-inspector-session-impl.cc41 int V8ContextInfo::executionContextId(v8::Local<v8::Context> context) { in executionContextId() function in v8_inspector::V8ContextInfo
/external/v8/include/
Dv8-inspector.h88 static int executionContextId(v8::Local<v8::Context> context);