Searched refs:instructionHelper (Results 1 – 1 of 1) sorted by relevance
118 ScriptInstructionHelper *instructionHelper = nullptr; in TestGetBasicInstructionHelper() local121 instructionHelper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestGetBasicInstructionHelper()122 EXPECT_NE(instructionHelper, nullptr); in TestGetBasicInstructionHelper()123 … EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()), instructionHelper); in TestGetBasicInstructionHelper()124 … EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(nullptr), instructionHelper); in TestGetBasicInstructionHelper()