Searched defs:contextId (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/inspector/
H A Dinspected-context.cc35 const V8ContextInfo& info, int contextId)
38 m_contextId(contextId),
46 v8::Int32::New(isolate, contextId));
71 int InspectedContext::contextId(v8::Local<v8::Context> context) { function in class:v8_inspector::InspectedContext
34 InspectedContext(V8InspectorImpl* inspector, const V8ContextInfo& info, int contextId) argument
H A Dremote-object-id.h16 int contextId() const { return m_injectedScriptId; } function in class:v8_inspector::RemoteObjectIdBase
H A Dinspected-context.h24 static int contextId(v8::Local<v8::Context>);
27 int contextId() const { return m_contextId; } function in class:v8_inspector::InspectedContext
45 InspectedContext(V8InspectorImpl*, const V8ContextInfo&, int contextId);
H A Djava-script-call-frame.cc64 int JavaScriptCallFrame::contextId() const { function in class:v8_inspector::JavaScriptCallFrame
65 return callV8FunctionReturnInt("contextId");
H A Ddebugger-script.js403 function contextId() function
442 "contextId": contextId,
H A Dv8-console-message.cc236 int contextId = m_contextId; local
237 if (!m_arguments.size() || !contextId) return nullptr;
239 inspector->getContext(contextGroupId, contextId);
255 inspectedContext = inspector->getContext(contextGroupId, contextId);
266 inspectedContext = inspector->getContext(contextGroupId, contextId);
361 int contextId = inspectedContext->contextId(); local
375 message->m_contextId = contextId;
413 v8::Isolate* isolate, const String16& message, int contextId,
421 if (contextId
409 createForException( double timestamp, const String16& detailedMessage, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTraceImpl> stackTrace, int scriptId, v8::Isolate* isolate, const String16& message, int contextId, v8::Local<v8::Value> exception, unsigned exceptionId) argument
442 contextDestroyed(int contextId) argument
497 contextDestroyed(int contextId) argument
[all...]
H A Dv8-inspector-session-impl.cc42 return InspectedContext::contextId(context);
202 int contextId, InjectedScript*& injectedScript) {
204 if (!contextId)
212 auto contextsIt = contexts->find(contextId);
229 return findInjectedScript(objectId->contextId(), injectedScript);
303 findInjectedScript(InspectedContext::contextId(context), injectedScript);
315 findInjectedScript(InspectedContext::contextId(context), injectedScript);
201 findInjectedScript( int contextId, InjectedScript*& injectedScript) argument
H A Dinjected-script.cc94 v8::Number::New(isolate, inspectedContext->contextId())};
99 int contextId = inspectedContext->contextId(); local
105 if (inspector->getContext(contextGroupId, contextId) != inspectedContext)
312 if (remoteObjectId->contextId() != m_context->contextId())
H A Dv8-inspector-impl.cc63 return contextGroupId(InspectedContext::contextId(context));
66 int V8InspectorImpl::contextGroupId(int contextId) { argument
68 m_contextIdToGroupIdMap.find(contextId);
227 int contextId) const {
228 if (!groupId || !contextId) return nullptr;
233 ContextByIdMap::iterator contextIt = contextGroupIt->second->find(contextId);
240 int contextId = ++m_lastContextId; local
241 InspectedContext* context = new InspectedContext(this, info, contextId);
242 m_contextIdToGroupIdMap[contextId] = info.contextGroupId;
253 DCHECK(contextById->find(contextId)
261 int contextId = InspectedContext::contextId(context); local
379 discardInspectedContext(int contextGroupId, int contextId) argument
[all...]
H A Dv8-runtime-agent-impl.cc236 Maybe<int> executionContextId, int* contextId) {
238 *contextId = executionContextId.fromJust();
245 *contextId = InspectedContext::contextId(defaultContext);
271 int contextId = 0; local
273 std::move(executionContextId), &contextId);
280 contextId);
323 scope.injectedScript()->context()->contextId(), objectGroup.fromMaybe(""),
342 scope.injectedScript()->context()->contextId(), scope.objectGroupName(),
437 scope.injectedScript()->context()->contextId(), scop
235 ensureContext(V8InspectorImpl* inspector, int contextGroupId, Maybe<int> executionContextId, int* contextId) argument
541 int contextId = 0; local
594 int contextId = 0; local
[all...]
H A Dv8-debugger-agent-impl.cc895 int contextId = currentCallFrame->contextId(); local
898 if (contextId) m_session->findInjectedScript(contextId, injectedScript);
901 RemoteCallFrameId::serialize(contextId, static_cast<int>(frameOrdinal));
1000 int contextId = script->executionContextId(); local
1001 int contextGroupId = m_inspector->contextGroupId(contextId);
1003 m_inspector->getContext(contextGroupId, contextId);
1037 scriptRef->endLine(), scriptRef->endColumn(), contextId,
1044 scriptRef->endLine(), scriptRef->endColumn(), contextId,
1078 didPause(int contextId, v8::Local<v8::Value> exception, const std::vector<String16>& hitBreakpoints, bool isPromiseRejection, bool isUncaught, bool isOOMBreak) argument
[all...]
H A Dv8-debugger.cc39 int contextId = static_cast<int>(contextData.As<v8::Int32>()->Value()); local
40 int contextGroupId = inspector->contextGroupId(contextId);
217 int contextId = static_cast<int>(contextData.As<v8::Int32>()->Value()); local
218 if (m_inspector->contextGroupId(contextId) != contextGroupId) continue;
553 agent->didPause(InspectedContext::contextId(pausedContext), exception,
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp154 ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface);
164 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) argument
166 , m_contextId (contextId)
268 GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log, EGLDisplay display, EGLSurface surface, EGLConfig config);
278 GLES2ImageApi::GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log, EGLDisplay display, EGLSurface surface, EGLConfig config) argument
279 : ImageApi (egl, contextId, display, surface)
/external/guice/extensions/persist/lib/
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 329 milliseconds