Home
last modified time | relevance | path

Searched refs:big (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_method_signature_test.cpp112 EtsMethodSignature big("J[BI[CI[IZ:I"); in TEST_F()
113 EXPECT_EQ(big.GetProto(), Method::Proto( in TEST_F()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dason_test.cpp341 JSHandle<JSTaggedValue> handleMsg2(factory->NewFromASCII(R"({"big":1122334455667788999})")); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2263 JSHandle<BigInt> big = BigInt::Uint64ToBigInt(thread, input); in New() local
2264 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New()
2274 JSHandle<BigInt> big = BigInt::Int64ToBigInt(thread, input); in New() local
2275 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New()
2285 JSHandle<BigInt> big = BigInt::CreateBigWords(thread, sign, size, words); in CreateBigWords() local
2286 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords()

Completed in 14 milliseconds