Searched refs:OrWithTSType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 349 HWTEST_F_L0(ICBinaryOPTest, OrWithTSType)
in HWTEST_F_L0() 357 JSTaggedValue resInICPath1 = ICBinaryOP::OrWithTSType(thread, arg1, arg3,
in HWTEST_F_L0() 361 JSTaggedValue resInICPath2 = ICBinaryOP::OrWithTSType(thread, Str1.GetTaggedValue(), arg3,
in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 353 static inline JSTaggedValue OrWithTSType(JSThread *thread, JSTaggedValue left, in OrWithTSType() function in panda::ecmascript::ICBinaryOP 356 INTERPRETER_TRACE(thread, OrWithTSType); in OrWithTSType()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 225 V(OrWithTSType) \
|
Completed in 5 milliseconds