Home
last modified time | relevance | path

Searched defs:SetBigInt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/taihe/test/ani_bigint/author/src/
Dbigint_new.impl.cpp35 void SetBigInt(::taihe::array_view<uint64_t> a) in SetBigInt() function in __anon3beded2a0111::WantImpl
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h268 void SetBigInt(std::pair<SmallVector<uint64_t, 4U>, int> &&value) in SetBigInt() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp449 void EtsClass::SetBigInt() in SetBigInt() function in ark::ets::EtsClass
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp98 JSHandle<BigInt> BigIntHelper::SetBigInt(JSThread *thread, const CString &numStr, uint32_t currentR… in SetBigInt() function in panda::ecmascript::BigIntHelper