Searched refs:valBase (Results 1 – 1 of 1) sorted by relevance
75 JSHandle<JSTaggedValue> valBase = JSTaggedValue::ToNumeric(thread, baseTag); in RuntimeExp() local79 if (valBase->IsBigInt() || valExponent->IsBigInt()) { in RuntimeExp()80 if (valBase->IsBigInt() && valExponent->IsBigInt()) { in RuntimeExp()81 JSHandle<BigInt> bigBaseVale(valBase); in RuntimeExp()88 double doubleBase = valBase->GetNumber(); in RuntimeExp()