Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_signature_test.cpp112 EtsMethodSignature big("J[BI[CI[IZ:I"); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2212 JSHandle<BigInt> big = BigInt::Uint64ToBigInt(thread, input); in New() local
2223 JSHandle<BigInt> big = BigInt::Int64ToBigInt(thread, input); in New() local
2234 JSHandle<BigInt> big = BigInt::CreateBigWords(thread, sign, size, words); in CreateBigWords() local