Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_tagged_value-inl.h191 JSHandle<BigInt> exponentone = BigInt::Int32ToBigInt(thread, 63); // 63 : bits in ToBigInt64() local
196 JSHandle<BigInt> resValue = BigInt::Exponentiate(thread, base, exponentone); in ToBigInt64()