Home
last modified time | relevance | path

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

/foundation/ace/napi/native_engine/
Dnative_api.cpp2147 …auto nativeBigint = reinterpret_cast<NativeBigint*>(nativeValue->GetInterface(NativeBigint::INTERF… in napi_get_value_bigint_int64() local
2148 nativeBigint->Int64Value(result, lossless); in napi_get_value_bigint_int64()
2162 …auto nativeBigint = reinterpret_cast<NativeBigint*>(nativeValue->GetInterface(NativeBigint::INTERF… in napi_get_value_bigint_uint64() local
2163 nativeBigint->Uint64Value(result, lossless); in napi_get_value_bigint_uint64()
2355 …auto nativeBigint = reinterpret_cast<NativeBigint*>(nativeValue->GetInterface(NativeBigint::INTERF… in napi_get_value_bigint_words() local
2357 auto resultValue = nativeBigint->GetWordsArray(sign_bit, word_count, words); in napi_get_value_bigint_words()