Searched refs:executionContextId (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/inspector/ |
D | v8-runtime-agent-impl.h | 66 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);
|
D | v8-runtime-agent-impl.cc | 204 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 …]
|
D | injected-script.cc | 68 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()
|
D | js_protocol.pdl | 495 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 …]
|
D | v8-debugger-script.h | 69 int executionContextId() const { return m_executionContextId; } in executionContextId() function
|
D | injected-script.h | 155 ContextScope(V8InspectorSessionImpl*, int executionContextId);
|
D | v8-debugger-agent-impl.cc | 664 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()
|
D | v8-inspector-session-impl.cc | 41 int V8ContextInfo::executionContextId(v8::Local<v8::Context> context) { in executionContextId() function in v8_inspector::V8ContextInfo
|
/external/v8/include/ |
D | v8-inspector.h | 88 static int executionContextId(v8::Local<v8::Context> context);
|