Lines Matching refs:AsTest
584 TestResultScope* AsTest() { in AsTest() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
3854 TestResultScope* test_result = execution_result()->AsTest(); in VisitNot()
4119 TestResultScope* test_result = execution_result()->AsTest(); in BuildLiteralCompareNil()
4512 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalTest()
4529 TestResultScope* test_result = execution_result()->AsTest(); in VisitNaryLogicalTest()
4590 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalOrExpression()
4617 TestResultScope* test_result = execution_result()->AsTest(); in VisitNaryLogicalOrExpression()
4651 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalAndExpression()
4678 TestResultScope* test_result = execution_result()->AsTest(); in VisitNaryLogicalAndExpression()
5051 if (!execution_result()->AsTest()->result_consumed_by_test()) { in VisitInSameTestExecutionScope()
5052 TestResultScope* result_scope = execution_result()->AsTest(); in VisitInSameTestExecutionScope()