Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp316 napi_value subObject = nullptr; in Convert() local
319 napi_create_object(env, &subObject); in Convert()
327 napi_set_named_property(env, subObject, options_.attributes.c_str(), subSubObject); in Convert()
328 napi_set_named_property(env, object, options_.declaration.c_str(), subObject); in Convert()

Completed in 2 milliseconds