Home
last modified time | relevance | path

Searched refs:propertyNApi (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp552 napi_value propertyNApi = nullptr; in GetIntProperty() local
553 napi_get_named_property(env, value, key.c_str(), &propertyNApi); in GetIntProperty()
559 napi_status status = napi_get_value_int32(env, propertyNApi, &property); in GetIntProperty()

Completed in 2 milliseconds