Home | History | Annotate | Download | only in src

Lines Matching refs:TYPEOF

313   return maybe_unary != NULL && maybe_unary->op() == Token::TYPEOF;
317 // Check for the pattern: typeof <expression> equals <string literal>.