Lines Matching refs:frame
58 // Get the top-most JavaScript frame.
61 isolate->debug()->Break(it.frame(),
62 handle(it.frame()->function(), isolate));
66 DCHECK(it.frame()->is_interpreted());
68 reinterpret_cast<InterpretedFrame*>(it.frame());
85 // interpreted stack frame to the non-debug variant so that the interpreter
121 // Get the top-most JavaScript frame. This is the debug target function.
123 DCHECK_EQ(*function, it.frame()->function());
124 // Check whether the next JS frame is closer than the last API entry.
129 it.frame()->fp() < isolate->thread_local_top()->last_api_entry_) {
130 isolate->debug()->Break(it.frame(), function);