Searched refs:mapConstructor (Results 1 – 1 of 1) sorted by relevance
487 napi_value mapConstructor = nullptr; in Convert2JSHeaders() local498 status = napi_get_named_property(env, global, "Map", &mapConstructor); in Convert2JSHeaders()504 status = napi_new_instance(env, mapConstructor, 0, nullptr, &value); in Convert2JSHeaders()