Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dearley-parser.cc258 const Item& last_item = *debug_trace.back(); in RunEarleyAlgorithm() local
259 if (last_item.pos() < tokens.token_symbols.size()) { in RunEarleyAlgorithm()
260 std::string next_token = tokens.token_contents[last_item.pos()].ToString(); in RunEarleyAlgorithm()