Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp656 HWTEST_F_L0(JSBigintTest, BigIntToInt64) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md5700 ### BigIntToInt64 subsection
Djsnapi_expo.cpp2452 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *value, bool *lossless) in BigIntToInt64() function in panda::BigIntRef
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp638 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_first_tests.cpp1873 HWTEST_F_L0(JSNApiTests, BigIntToInt64) in HWTEST_F_L0() argument