Searched defs:statement_pos (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h264 void set_start_position(int statement_pos) { argument
265 start_position_ = statement_pos;
268 void set_end_position(int statement_pos) { argument
269 end_position_ = statement_pos;
H A Dparser.cc1357 int statement_pos = scanner().peek_location().beg_pos; local
1423 statement->set_statement_pos(statement_pos);
1459 if (stmt != NULL) stmt->set_statement_pos(statement_pos);
H A Dast.h264 void set_statement_pos(int statement_pos) { statement_pos_ = statement_pos; } argument
265 int statement_pos() const { return statement_pos_; } function in class:v8::internal::Statement
/external/v8/src/
H A Dscopes.h256 void set_start_position(int statement_pos) { argument
257 start_position_ = statement_pos;
260 void set_end_position(int statement_pos) { argument
261 end_position_ = statement_pos;
H A Dast.h258 void set_statement_pos(int statement_pos) { statement_pos_ = statement_pos; } argument
259 int statement_pos() const { return statement_pos_; } function in class:v8::internal::Statement
H A Dparser.cc1597 int statement_pos = scanner().peek_location().beg_pos; local
1663 statement->set_statement_pos(statement_pos);
1695 if (stmt != NULL) stmt->set_statement_pos(statement_pos);

Completed in 176 milliseconds