Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp622 napi_value map_instance = nullptr; in CreateNapiMap() local
623 … 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()