Home
last modified time | relevance | path

Searched refs:VisitTypeofExpression (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.h383 void VisitTypeofExpression(Expression* expr);
Dast-graph-builder.cc1962 VisitTypeofExpression(sub_expr); in VisitLiteralCompareTypeof()
2140 void AstGraphBuilder::VisitTypeofExpression(Expression* expr) { in VisitTypeofExpression() function in v8::internal::compiler::AstGraphBuilder
2157 VisitTypeofExpression(expr->expression()); in VisitTypeof()