Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h890 inline bool HasJavaScriptFrames() { return has_js_frames_; } in HasJavaScriptFrames()
899 const bool has_js_frames_; // Were there any JavaScript frames? variable
Ddebug.cc3213 has_js_frames_(!it_.done()), in EnterDebugger()
3228 if (has_js_frames_) { in EnterDebugger()