Searched refs:in_debug_scope (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/debug/
H A Ddebug.cc867 if (in_debug_scope()) return;
875 if (in_debug_scope()) return;
888 if (in_debug_scope()) return;
961 DCHECK(in_debug_scope());
1669 if (in_debug_scope() || ignore_events()) return;
1686 if (in_debug_scope() || ignore_events()) return;
1977 if (in_debug_scope() || ignore_events()) return;
2018 DCHECK(in_debug_scope());
2054 if (is_active || in_debug_scope()) {
H A Ddebug.h387 inline bool in_debug_scope() const { function in class:v8::internal::Debug
501 DCHECK(in_debug_scope());
/external/v8/src/runtime/
H A Druntime-debug.cc330 if (isolate->debug()->in_debug_scope()) {
/external/v8/src/
H A Disolate.cc1980 if (debug_->in_debug_scope()) {
H A Dapi.cc9038 if (!i_isolate->debug()->in_debug_scope()) return MaybeLocal<Context>();

Completed in 136 milliseconds