Home
last modified time | relevance | path

Searched defs:contextId (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/inspector/
Dv8-console-message.cc249 int contextId = m_contextId; in wrapArguments() local
376 v8::Local<v8::Context> v8Context, int contextId, int groupId, in createForConsoleAPI()
434 v8::Isolate* isolate, const String16& message, int contextId, in createForException()
463 void V8ConsoleMessage::contextDestroyed(int contextId) { in contextDestroyed()
520 int contextId, const String16& method) { in shouldReportDeprecationMessage()
529 int V8ConsoleMessageStorage::count(int contextId, const String16& id) { in count()
533 void V8ConsoleMessageStorage::time(int contextId, const String16& id) { in time()
537 bool V8ConsoleMessageStorage::countReset(int contextId, const String16& id) { in countReset()
545 double V8ConsoleMessageStorage::timeEnd(int contextId, const String16& id) { in timeEnd()
554 bool V8ConsoleMessageStorage::hasTimer(int contextId, const String16& id) { in hasTimer()
[all …]
Dinspected-context.cc20 int groupId, int contextId) in WeakCallbackData()
51 const V8ContextInfo& info, int contextId) in InspectedContext()
84 int InspectedContext::contextId(v8::Local<v8::Context> context) { in contextId() function in v8_inspector::InspectedContext
Dv8-inspector-impl.cc192 int groupId, v8::Maybe<int> contextId) { in contextById()
203 int contextId = ++m_lastContextId; in contextCreated() local
226 int contextId = InspectedContext::contextId(context); in contextDestroyed() local
231 void V8InspectorImpl::contextCollected(int groupId, int contextId) { in contextCollected()
342 int contextId) { in discardInspectedContext()
370 for (auto& contextId : ids) { in forEachContext() local
Dremote-object-id.h16 int contextId() const { return m_injectedScriptId; } in contextId() function
Dv8-runtime-agent-impl.cc204 Maybe<int> executionContextId, int* contextId) { in ensureContext()
240 int contextId = 0; in evaluate() local
354 int contextId = 0; in callFunctionOn() local
486 int contextId = 0; in compileScript() local
538 int contextId = 0; in runScript() local
613 int contextId = 0; in globalLexicalScopeNames() local
663 int contextId = executionContextId.fromJust(); in addBinding() local
692 int contextId = InspectedContext::contextId(isolate->GetCurrentContext()); in bindingCallback() local
Dinspected-context.h30 int contextId() const { return m_contextId; } in contextId() function
Dv8-debugger-agent-impl.cc664 int contextId = it->second->executionContextId(); in getPossibleBreakpoints() local
703 int contextId = script->executionContextId(); in continueToLocation() local
795 int contextId = script->executionContextId(); in setBreakpointImpl() local
866 int contextId = it->second->executionContextId(); in setScriptSource() local
1258 int contextId = iterator->GetContextId(); in currentCallFrames() local
1388 int contextId = script->executionContextId(); in didParseSource() local
1513 int contextId, v8::Local<v8::Value> exception, in didPause()
Dv8-debugger.cc233 int contextId; in getCompiledScripts() local
577 int contextId; in ScriptCompiled() local
622 int contextId; in IsFunctionBlackboxed() local
Dv8-inspector-session-impl.cc199 int contextId, InjectedScript*& injectedScript) { in findInjectedScript()
Dinjected-script.cc302 int contextId = inspectedContext->contextId(); in create() local
Dv8-console.cc46 int contextId() const { return m_contextId; } in contextId() function in v8_inspector::__anon89dc04360111::ConsoleHelper
/external/deqp/modules/egl/
DteglImageFormatTests.cpp164 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) in ImageApi()
278 GLES2ImageApi::GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::Tes… in GLES2ImageApi()