Searched refs:TestResultScope (Results 1 – 2 of 2) sorted by relevance
584 TestResultScope* AsTest() { in AsTest()586 return reinterpret_cast<TestResultScope*>(this); in AsTest()631 class BytecodeGenerator::TestResultScope final : public ExpressionResultScope { class in v8::internal::interpreter::BytecodeGenerator633 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope689 DISALLOW_COPY_AND_ASSIGN(TestResultScope);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()[all …]
64 class TestResultScope; variable