Home
last modified time | relevance | path

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

/external/v8/src/
Dast.h227 virtual IterationStatement* AsIterationStatement() { return NULL; } in AsIterationStatement() function
681 virtual IterationStatement* AsIterationStatement() { return this; } in AsIterationStatement() function
Dparser.cc863 if (target->node()->AsIterationStatement() != NULL) return true; in IsLoopTarget()
4945 IterationStatement* stat = t->node()->AsIterationStatement(); in LookupContinueTarget()