Home
last modified time | relevance | path

Searched refs:GetContextId (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/debug/
Ddebug-stack-trace-iterator.h23 int GetContextId() const override;
Ddebug-interface.h32 int GetContextId(Local<Context> context);
440 virtual int GetContextId() const = 0;
Ddebug-stack-trace-iterator.cc68 int DebugStackTraceIterator::GetContextId() const { in GetContextId() function in v8::internal::DebugStackTraceIterator
/external/v8/src/inspector/
Dinspected-context.cc85 return v8::debug::GetContextId(context); in contextId()
Dv8-debugger-agent-impl.cc1147 InjectedScript::ContextScope scope(m_session, iterator->GetContextId()); in setReturnValue()
1258 int contextId = iterator->GetContextId(); in currentCallFrames()
/external/v8/src/
Dapi.cc9106 int debug::GetContextId(Local<Context> context) { in GetContextId() function in v8::debug