Searched refs:jsArrayProperties (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | napi_common_ability_wrap_utils.cpp | 673 napi_value jsArrayProperties = nullptr; in WrapProperties() local 674 NAPI_CALL(env, napi_create_array(env, &jsArrayProperties)); in WrapProperties() 679 NAPI_CALL(env, napi_set_element(env, jsArrayProperties, i, proValue)); in WrapProperties() 681 NAPI_CALL(env, napi_set_named_property(env, result, proName.c_str(), jsArrayProperties)); in WrapProperties()
|