Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h86 void VisitNaryLogicalOrExpression(NaryOperation* expr);
Dbytecode-generator.cc4105 VisitNaryLogicalOrExpression(expr); in VisitNaryOperation()
4610 void BytecodeGenerator::VisitNaryLogicalOrExpression(NaryOperation* expr) { in VisitNaryLogicalOrExpression() function in v8::internal::interpreter::BytecodeGenerator