Home
last modified time | relevance | path

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

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