Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h99 inline int statement_position() { return statement_position_; } in statement_position()
122 int statement_position_; variable
Ddebug.cc112 statement_position_ = static_cast<int>( in Next()
120 DCHECK(statement_position_ >= 0); in Next()
169 statement_position_ = position_; in Next()
259 statement_position_ = 1; in Reset()