Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h460 bool IsBreakOnInstrumentation(Handle<DebugInfo> debug_info,
Ddebug.cc509 IsBreakOnInstrumentation(debug_info, location); in Break()
607 bool Debug::IsBreakOnInstrumentation(Handle<DebugInfo> debug_info, in IsBreakOnInstrumentation() function in v8::internal::Debug
2510 if (IsBreakOnInstrumentation(debug_info, break_locations[i])) { in HandleDebugBreak()