Searched defs:BigIntRef (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | JSNapi接口说明.md | 5668 ## BigIntRef section 5674 static Local<BigIntRef> New(const EcmaVM *vm, int64_t input)�� argument 5700 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless)�� argument 5730 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless)�� argument 5760 Local<JSValueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint6… argument 5808 | uint32_t | ����BigIntRef�����װuint64_t����Ĵ�С�� | argument 5827 void BigIntRef::GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words); argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi.h | 54 class BigIntRef; variable
|
| D | jsnapi_expo.h | 56 class BigIntRef; variable
|