Lines Matching defs:resInSlowPath4
92 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg4Handle.GetTaggedValue());
116 EXPECT_EQ(resInSlowPath4, resInICPath4);
153 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::NotEq(thread, Str1.GetTaggedValue(),
182 EXPECT_EQ(resInSlowPath4, resInICPath4);
221 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(),
249 EXPECT_EQ(resInSlowPath4, resInICPath4);
286 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::LessEq(thread, Str1.GetTaggedValue(),
318 EXPECT_EQ(resInSlowPath4, resInICPath4);
355 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(),
387 EXPECT_EQ(resInSlowPath4, resInICPath4);
425 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::GreaterEq(thread, Str1.GetTaggedValue(),
457 EXPECT_EQ(resInSlowPath4, resInICPath4);