Lines Matching refs:valLeft
1866 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, primitiveA0);
1870 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
1871 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
1872 JSHandle<BigInt> bigLeft(valLeft);
1878 double doubleA0 = valLeft->GetNumber();
1916 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
1920 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
1921 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
1926 JSTaggedValue taggedNumber0 = RuntimeToJSTaggedValueWithInt32(thread, valLeft);
1942 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
1946 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
1947 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
1948 JSHandle<BigInt> bigLeft(valLeft);
1954 JSTaggedNumber number0(valLeft.GetTaggedValue());
1962 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
1967 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
1968 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
1969 JSHandle<BigInt> bigLeft(valLeft);
1976 JSTaggedNumber number0(valLeft.GetTaggedValue());
1984 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
1988 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
1989 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
1990 JSHandle<BigInt> bigLeft(valLeft);
1996 double dLeft = valLeft->GetNumber();
2012 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
2018 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
2019 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
2020 JSHandle<BigInt> leftBigint(valLeft);
2026 double dLeft = valLeft->GetNumber();
2041 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
2045 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
2046 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
2047 JSHandle<BigInt> bigLeft(valLeft);
2053 JSTaggedValue taggedNumber0 = RuntimeToJSTaggedValueWithInt32(thread, valLeft);
2067 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
2071 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
2072 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
2073 JSHandle<BigInt> leftBigint(valLeft);
2079 JSTaggedValue taggedNumber0 = RuntimeToJSTaggedValueWithInt32(thread, valLeft);
2093 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
2097 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
2098 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
2099 JSHandle<BigInt> leftBigint(valLeft);
2105 JSTaggedValue taggedNumber0 = RuntimeToJSTaggedValueWithInt32(thread, valLeft);
2119 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left);
2123 if (valLeft->IsBigInt() || valRight->IsBigInt()) {
2124 if (valLeft->IsBigInt() && valRight->IsBigInt()) {
2125 JSHandle<BigInt> leftBigint(valLeft);
2131 JSTaggedValue taggedNumber0 = RuntimeToJSTaggedValueWithInt32(thread, valLeft);