Searched refs:nativeBigint (Results 1 – 1 of 1) sorted by relevance
2147 …auto nativeBigint = reinterpret_cast<NativeBigint*>(nativeValue->GetInterface(NativeBigint::INTERF… in napi_get_value_bigint_int64() local2148 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() local2163 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() local2357 auto resultValue = nativeBigint->GetWordsArray(sign_bit, word_count, words); in napi_get_value_bigint_words()