Home
last modified time | relevance | path

Searched refs:ignore_step_into_function_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.cc341 thread_local_.ignore_step_into_function_ = Smi::kZero; in ThreadInit()
386 &thread_local_.ignore_step_into_function_); in Iterate()
863 if (*function == thread_local_.ignore_step_into_function_) return; in PrepareStepIn()
864 thread_local_.ignore_step_into_function_ = Smi::kZero; in PrepareStepIn()
1004 thread_local_.ignore_step_into_function_ = *function; in PrepareStep()
1114 thread_local_.ignore_step_into_function_ = Smi::kZero; in ClearStepping()
Ddebug.h504 Object* ignore_step_into_function_; variable