Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_bigint.h87 …static void BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool …
Djs_bigint.cpp565 void BigInt::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool … in BigIntToInt64() function in panda::ecmascript::BigInt
/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h370 void BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless);
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp594 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless) in BigIntToInt64() function in panda::BigIntRef
598 BigInt::BigIntToInt64(thread, bigintVal, cValue, lossless); in BigIntToInt64()