Searched refs:nOwner (Results 1 – 1 of 1) sorted by relevance
430 napi_value nOwner = nullptr; in GetAuthenticatorInfoForResult() local431 napi_create_string_utf8(env, info.owner.c_str(), NAPI_AUTO_LENGTH, &nOwner); in GetAuthenticatorInfoForResult()432 napi_set_named_property(env, result, "owner", nOwner); in GetAuthenticatorInfoForResult()