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.h381 bool break_on_next_function_call() const { in break_on_next_function_call() function
Ddebug.cc451 if (!break_points_hit.is_null() || break_on_next_function_call()) { in Break()
930 CHECK(last_step_action() >= StepIn || break_on_next_function_call()); in PrepareStepIn()
/external/v8/src/runtime/
Druntime-debug.cc639 isolate->debug()->break_on_next_function_call()) { in RUNTIME_FUNCTION()