Searched refs:ConvertBigIntToNapiValue (Results 1 – 4 of 4) sorted by relevance
60 napi_value ConvertBigIntToNapiValue(napi_env env, HcfBigInteger *blob);
107 napi_value instance = ConvertBigIntToNapiValue(env, &returnBigInteger); in GetAsyKeySpecBigInt()
130 napi_value instance = ConvertBigIntToNapiValue(env, &returnBigInteger); in GetAsyKeySpecBigInt()
1184 napi_value ConvertBigIntToNapiValue(napi_env env, HcfBigInteger *blob) in ConvertBigIntToNapiValue() function