Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h369 bool break_on_next_function_call() const { in break_on_next_function_call() function
Ddebug.cc438 if (!break_points_hit.is_null() || break_on_next_function_call()) { in Break()
857 CHECK(last_step_action() >= StepIn || break_on_next_function_call()); in PrepareStepIn()
/external/v8/src/runtime/
Druntime-debug.cc608 isolate->debug()->break_on_next_function_call()) { in RUNTIME_FUNCTION()