Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
Dbiginttoint64_fuzzer.cpp46 bigint->BigIntToInt64(vm, &cValue, &lossless); in BigIntToInt64FuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp672 HWTEST_F_L0(JSBigintTest, BigIntToInt64) in HWTEST_F_L0() argument
681 BigInt::BigIntToInt64(thread, JSHandle<JSTaggedValue>(resBigint1), &cValue, &lossless); in HWTEST_F_L0()
684 BigInt::BigIntToInt64(thread, JSHandle<JSTaggedValue>(resBigint2), &cValue, &lossless); in HWTEST_F_L0()
687 BigInt::BigIntToInt64(thread, JSHandle<JSTaggedValue>(resBigint3), &cValue, &lossless); in HWTEST_F_L0()
690 BigInt::BigIntToInt64(thread, JSHandle<JSTaggedValue>(resBigint4), &cValue, &lossless); in HWTEST_F_L0()
693 BigInt::BigIntToInt64(thread, JSHandle<JSTaggedValue>(resBigint5), &cValue, &lossless); in HWTEST_F_L0()
702 BigInt::BigIntToInt64(thread, JSHandle<JSTaggedValue>(resBigint6), &cValue, &lossless); in HWTEST_F_L0()
708 BigInt::BigIntToInt64(thread, JSHandle<JSTaggedValue>(resBigint6), &cValue, &lossless); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp636 BigInt::BigIntToInt64(thread, val, reinterpret_cast<int64_t *>(&value), &lossless); in SetValueInBufferForBigInt()
660 BigInt::BigIntToInt64(thread, valHandle, reinterpret_cast<int64_t *>(&value), &lossless); in SetValueInBufferForBigInt()
Dbuiltins_atomics.cpp474 BigInt::BigIntToInt64(thread, value, &val, &lossless); in HandleWithBigInt64()
482 BigInt::BigIntToInt64(thread, newValue, &newVal, &lossless); in HandleWithBigInt64()
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h110 …static void BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool …
Djs_bigint.cpp587 void BigInt::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool … in BigIntToInt64() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1348 HWTEST_F_L0(JSNApiTests, BigIntToInt64) in HWTEST_F_L0() argument
1357 maxBigintUint64->BigIntToInt64(vm_, &num, &lossless); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h535 void BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1134 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless) in BigIntToInt64() function in panda::BigIntRef
1140 BigInt::BigIntToInt64(thread, bigintVal, cValue, lossless); in BigIntToInt64()