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.cpp672 HWTEST_F_L0(JSBigintTest, BigIntToInt64) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md5698 ### BigIntToInt64 subsection
Djsnapi_expo.cpp1426 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *value, bool *lossless) in BigIntToInt64() function in panda::BigIntRef
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp594 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.cpp1727 HWTEST_F_L0(JSNApiTests, BigIntToInt64) in HWTEST_F_L0() argument