Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/convertxml/test/
Dtest_convertxml.cpp542 napi_value spacesValue; variable
543 napi_create_string_utf8(env, "hello world", NAPI_AUTO_LENGTH, &spacesValue);
544 napi_set_named_property(env, napiObj, "spaces", spacesValue);
555 napi_value spacesValue; variable
556 napi_create_int32(env, 123, &spacesValue); // 123: number of test number
557 napi_set_named_property(env, napiObj, "spaces", spacesValue);