HomeSort by relevance Sort by last modified time
    Searched refs:AsIterationStatement (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
ast.h 227 virtual IterationStatement* AsIterationStatement() { return NULL; }
681 virtual IterationStatement* AsIterationStatement() { return this; }
    [all...]
parser.cc 863 if (target->node()->AsIterationStatement() != NULL) return true;
    [all...]

Completed in 1046 milliseconds