Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp74 napi_value attrValue = nullptr; in SetKeyValue() local
75 napi_create_string_utf8(env, strValue.c_str(), NAPI_AUTO_LENGTH, &attrValue); in SetKeyValue()
76 napi_set_named_property(env, object, strKey.c_str(), attrValue); in SetKeyValue()

Completed in 1 milliseconds