Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp672 HWTEST_F_L0(JSBigintTest, BigIntToInt64) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
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
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1134 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless) in BigIntToInt64() function in panda::BigIntRef