Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h89 JSHandle<JSTaggedValue> valExponent = JSTaggedValue::ToNumeric(thread, exponentTag); in RuntimeExp() local
91 if (valBase->IsBigInt() || valExponent->IsBigInt()) { in RuntimeExp()
92 if (valBase->IsBigInt() && valExponent->IsBigInt()) { in RuntimeExp()
94 JSHandle<BigInt> bigExponentValue(valExponent); in RuntimeExp()
101 double doubleExponent = valExponent->GetNumber(); in RuntimeExp()

Completed in 7 milliseconds