Home
last modified time | relevance | path

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

/external/v8/src/
Dscanner.h293 Location peek_location() const { return next_.location; } in peek_location() function
Dparser.cc1731 int statement_pos = scanner().peek_location().beg_pos; in ParseStatement()