Home
last modified time | relevance | path

Searched refs:spacesValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.cpp733 napi_value spacesValue; variable
734 napi_create_string_utf8(env, "hello world", NAPI_AUTO_LENGTH, &spacesValue);
735 napi_set_named_property(env, napiObj, "spaces", spacesValue);
746 napi_value spacesValue; variable
747 napi_create_int32(env, 123, &spacesValue); // 123: number of test number
748 napi_set_named_property(env, napiObj, "spaces", spacesValue);