IsLiteralCompareTypeof 1858 src/ast.h bool IsLiteralCompareTypeof(Expression** expr, Handle<String>* check); IsLiteralCompareTypeof 1393 src/full-codegen.cc if (expr->IsLiteralCompareTypeof(&sub_expr, &check)) { IsLiteralCompareTypeof 8222 src/hydrogen.cc if (IsLiteralCompareTypeof(left, op, right, &typeof_expr, &check)) {