Home
last modified time | relevance | path

Searched defs:big (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp837 JSHandle<BigInt> big = BigInt::Uint64ToBigInt(thread, input); in New() local
845 JSHandle<BigInt> big = BigInt::Int64ToBigInt(thread, input); in New() local
853 JSHandle<BigInt> big = BigInt::CreateBigWords(thread, sign, size, words); in CreateBigWords() local