Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_convert_import_js.js19 export let foo4 = {big: 123n} property
/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/test/moduletest/jsonstringifier/
Djsonstringifier.js402 let obj = { big: 10n }; property
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2425 JSHandle<BigInt> big = BigInt::Uint64ToBigInt(thread, input); in New() local
2436 JSHandle<BigInt> big = BigInt::Int64ToBigInt(thread, input); in New() local
2447 JSHandle<BigInt> big = BigInt::CreateBigWords(thread, sign, size, words); in CreateBigWords() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp3254 v8::Local<v8::BigInt> big = val.As<v8::BigInt>(); in OH_JSVM_GetValueBigintWords() local