Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h261 void SetBigInt(std::pair<SmallVector<uint64_t, 4U>, int> &&value) in SetBigInt() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp429 void EtsClass::SetBigInt() in SetBigInt() function in ark::ets::EtsClass
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp95 JSHandle<BigInt> BigIntHelper::SetBigInt(JSThread *thread, const CString &numStr, uint32_t currentR… in SetBigInt() function in panda::ecmascript::BigIntHelper