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

  /external/v8/src/
ast.h 127 virtual Expression* AsExpression() { return NULL; }
188 virtual Expression* AsExpression() { return this; }
    [all...]
prettyprinter.cc 599 if (node != NULL && node->AsExpression() != NULL) {
600 Expression* expr = node->AsExpression();
    [all...]

Completed in 24 milliseconds