Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects.h46 void SetDebugExecutionMode(ExecutionMode value);
Ddebug-objects.cc25 void DebugInfo::SetDebugExecutionMode(ExecutionMode value) { in SetDebugExecutionMode() function in v8::internal::DebugInfo
/external/v8/src/debug/
Ddebug.cc711 debug_info->SetDebugExecutionMode(DebugInfo::kBreakpoints); in ApplyBreakPoints()
2302 debug_info->SetDebugExecutionMode(DebugInfo::kSideEffects); in ApplySideEffectChecks()