Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h87 JSHandle<JSTaggedValue> valBase = JSTaggedValue::ToNumeric(thread, baseTag); in RuntimeExp() local
91 if (valBase->IsBigInt() || valExponent->IsBigInt()) { in RuntimeExp()
92 if (valBase->IsBigInt() && valExponent->IsBigInt()) { in RuntimeExp()
93 JSHandle<BigInt> bigBaseVale(valBase); in RuntimeExp()
100 double doubleBase = valBase->GetNumber(); in RuntimeExp()

Completed in 7 milliseconds