Home | History | Annotate | Download | only in src

Lines Matching refs:IsTypeof

311 static bool IsTypeof(Expression* expr) {
323 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) {