Searched refs:map_instance (Results 1 – 1 of 1) sorted by relevance
622 napi_value map_instance = nullptr; in CreateNapiMap() local623 … if (napi_new_instance(env, constructor, 0, nullptr, &map_instance) != napi_ok || !map_instance) { in CreateNapiMap()628 if (napi_get_named_property(env, map_instance, "set", &map_set) != napi_ok || !map_set) { in CreateNapiMap()635 res.instance = map_instance; in CreateNapiMap()