Searched refs:BigIntToInt64 (Results 1 – 4 of 4) sorted by relevance
/ark/js_runtime/ecmascript/ |
D | js_bigint.h | 87 …static void BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool …
|
D | js_bigint.cpp | 565 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/ |
D | jsnapi.h | 370 void BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless);
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 594 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()
|