Home | History | Annotate | Download | only in src

Lines Matching refs:MatchLiteralCompareTypeof

6750 static bool MatchLiteralCompareTypeof(HValue* left,
6772 return MatchLiteralCompareTypeof(left, op, right, typeof_expr, check) ||
6773 MatchLiteralCompareTypeof(right, op, left, typeof_expr, check);