Home
last modified time | relevance | path

Searched refs:valBase (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h75 JSHandle<JSTaggedValue> valBase = JSTaggedValue::ToNumeric(thread, baseTag); in RuntimeExp() local
79 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()