Searched refs:exec_state_ (Results 1 – 3 of 3) sorted by relevance
905 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();
2361 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()
664 Handle<JSObject> exec_state_; // Current execution state. variable