Home
last modified time | relevance | path

Searched refs:OrWithTSType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp349 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 Dic_binary_op.h353 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 Druntime_call_id.h225 V(OrWithTSType) \

Completed in 5 milliseconds