Searched defs:big (Results 1 – 5 of 5) sorted by relevance
19 export let foo4 = {big: 123n} property
112 EtsMethodSignature big("J[BI[CI[IZ:I"); in TEST_F() local
402 let obj = { big: 10n }; property
2425 JSHandle<BigInt> big = BigInt::Uint64ToBigInt(thread, input); in New() local2436 JSHandle<BigInt> big = BigInt::Int64ToBigInt(thread, input); in New() local2447 JSHandle<BigInt> big = BigInt::CreateBigWords(thread, sign, size, words); in CreateBigWords() local
3254 v8::Local<v8::BigInt> big = val.As<v8::BigInt>(); in OH_JSVM_GetValueBigintWords() local