Home
last modified time | relevance | path

Searched refs:BigIntToUint64 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
Dbiginttouint64_fuzzer.cpp46 bigint->BigIntToUint64(vm, &cValue, &lossless); in BigIntToUint64FuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp719 HWTEST_F_L0(JSBigintTest, BigIntToUint64) in HWTEST_F_L0() argument
727 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint1), &cValue, &lossless); in HWTEST_F_L0()
730 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint2), &cValue, &lossless); in HWTEST_F_L0()
733 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint3), &cValue, &lossless); in HWTEST_F_L0()
742 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint4), &cValue, &lossless); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp634 BigInt::BigIntToUint64(thread, val, reinterpret_cast<uint64_t *>(&value), &lossless); in SetValueInBufferForBigInt()
658 BigInt::BigIntToUint64(thread, valHandle, reinterpret_cast<uint64_t *>(&value), &lossless); in SetValueInBufferForBigInt()
Dbuiltins_atomics.cpp500 BigInt::BigIntToUint64(thread, value, &val, &lossless); in HandleWithBigUint64()
507 BigInt::BigIntToUint64(thread, newValue, &newVal, &lossless); in HandleWithBigUint64()
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h112 …static void BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, boo…
Djs_bigint.cpp604 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_tests.cpp1361 HWTEST_F_L0(JSNApiTests, BigIntToUint64) in HWTEST_F_L0() argument
1370 maxBigintUint64->BigIntToUint64(vm_, &num, &lossless); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h536 void BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1143 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless) in BigIntToUint64() function in panda::BigIntRef
1149 BigInt::BigIntToUint64(thread, bigintVal, cValue, lossless); in BigIntToUint64()