Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp565 HWTEST_F_L0(JSBigintTest, CreateBigWords) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp597 JSHandle<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t … in CreateBigWords() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp850 Local<JSValueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint6… in CreateBigWords() function in panda::BigIntRef