Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp317 napi_value subSubObject = nullptr; in Convert() local
318 napi_create_object(env, &subSubObject); in Convert()
321 SetKeyValue(env, subSubObject, "version", (const char*)doc->version); in Convert()
324 SetKeyValue(env, subSubObject, "encoding", (const char*)doc->encoding); in Convert()
327 napi_set_named_property(env, subObject, options_.attributes.c_str(), subSubObject); in Convert()

Completed in 1 milliseconds