Home
last modified time | relevance | path

Searched refs:mapConstructor (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp487 napi_value mapConstructor = nullptr; in Convert2JSHeaders() local
498 status = napi_get_named_property(env, global, "Map", &mapConstructor); in Convert2JSHeaders()
504 status = napi_new_instance(env, mapConstructor, 0, nullptr, &value); in Convert2JSHeaders()