Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.js905 this.exec_state_ = new ExecutionState(break_id);
933 return this.exec_state_.frame(0).func();
938 return this.exec_state_.frame(0).sourceLine();
943 return this.exec_state_.frame(0).sourceColumn();
948 return this.exec_state_.frame(0).sourceLineText();
Ddebug.cc2361 exec_state_(exec_state), in EventDetails()
2371 return v8::Utils::ToLocal(exec_state_); in GetExecutionState()
2380 return GetDebugEventContext(exec_state_->GetIsolate()); in GetEventContext()
2389 return reinterpret_cast<v8::Isolate*>(exec_state_->GetIsolate()); in GetIsolate()
Ddebug.h664 Handle<JSObject> exec_state_; // Current execution state. variable