Searched refs:GetContextId (Results 1 – 6 of 6) sorted by relevance
23 int GetContextId() const override;
32 int GetContextId(Local<Context> context);440 virtual int GetContextId() const = 0;
68 int DebugStackTraceIterator::GetContextId() const { in GetContextId() function in v8::internal::DebugStackTraceIterator
85 return v8::debug::GetContextId(context); in contextId()
1147 InjectedScript::ContextScope scope(m_session, iterator->GetContextId()); in setReturnValue()1258 int contextId = iterator->GetContextId(); in currentCallFrames()
9106 int debug::GetContextId(Local<Context> context) { in GetContextId() function in v8::debug