Home
last modified time | relevance | path

Searched refs:SetIsDebugEvaluateScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dscope-info.h184 void SetIsDebugEvaluateScope();
Dscope-info.cc495 void ScopeInfo::SetIsDebugEvaluateScope() { in SetIsDebugEvaluateScope() function in v8::internal::ScopeInfo
/external/v8/src/debug/
Ddebug-evaluate.cc204 scope_info->SetIsDebugEvaluateScope(); in ContextBuilder()