Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp703 HWTEST_F_L0(JSBigintTest, BigIntToUint64) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md5730 ### BigIntToUint64 subsection
Djsnapi_expo.cpp2463 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless) in BigIntToUint64() function in panda::BigIntRef
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp661 void BigInt::BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, boo… in BigIntToUint64() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1894 HWTEST_F_L0(JSNApiTests, BigIntToUint64) in HWTEST_F_L0() argument