Searched refs:valLeft (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 1866 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, primitiveA0); in RuntimeAdd2() local 1870 if (valLeft->IsBigInt() || valRight->IsBigInt()) { in RuntimeAdd2() 1871 if (valLeft->IsBigInt() && valRight->IsBigInt()) { in RuntimeAdd2() 1872 JSHandle<BigInt> bigLeft(valLeft); in RuntimeAdd2() 1878 double doubleA0 = valLeft->GetNumber(); in RuntimeAdd2() 1916 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeShr2() local 1920 if (valLeft->IsBigInt() || valRight->IsBigInt()) { in RuntimeShr2() 1921 if (valLeft->IsBigInt() && valRight->IsBigInt()) { in RuntimeShr2() 1926 JSTaggedValue taggedNumber0 = RuntimeToJSTaggedValueWithInt32(thread, valLeft); in RuntimeShr2() 1942 JSHandle<JSTaggedValue> valLeft in RuntimeSub2() local 1962 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); RuntimeMul2() local 1984 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); RuntimeDiv2() local 2012 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); RuntimeMod2() local 2041 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); RuntimeAshr2() local 2067 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); RuntimeAnd2() local 2093 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); RuntimeOr2() local 2119 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); RuntimeXor2() local [all...] |
Completed in 8 milliseconds