Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.cc22 static inline bool IsDebugContext(Isolate* isolate, Context* context) { in IsDebugContext() function
34 while (top != NULL && IsDebugContext(isolate, *top->context())) { in Global()