Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1581 Variable* tag_variable = in RewriteSwitchStatement() local
1584 Token::ASSIGN, factory()->NewVariableProxy(tag_variable), tag, in RewriteSwitchStatement()
1592 switch_statement->set_tag(factory()->NewVariableProxy(tag_variable)); in RewriteSwitchStatement()