Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp59 JSHandle<BigInt> bigNumericVal(numericVal); in NumberConstructor() local
60 numberValue = BigInt::BigIntToNumber(bigNumericVal); in NumberConstructor()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2385 JSHandle<BigInt> bigNumericVal(numericVal); in DEF_RUNTIME_STUBS() local
2386 return BigInt::BigIntToNumber(bigNumericVal).GetRawData(); in DEF_RUNTIME_STUBS()