Searched refs:booleanObjHandle (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_compareop_test.cpp | 86 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0() local 93 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Eq(thread, booleanObjHandle.GetTaggedValue(), in HWTEST_F_L0() 106 JSTaggedValue resInICPath5 = CompareOp::EqualWithIC(thread, booleanObjHandle.GetTaggedValue(), in HWTEST_F_L0() 146 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0() local 156 booleanObjHandle.GetTaggedValue()); in HWTEST_F_L0() 172 booleanObjHandle.GetTaggedValue(), in HWTEST_F_L0() 213 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0() local 224 booleanObjHandle.GetTaggedValue()); in HWTEST_F_L0() 239 booleanObjHandle.GetTaggedValue(), in HWTEST_F_L0() 279 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0() local [all …]
|