Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp810 napi_value textEncoderObj = TextEncoderConstructor(env, info); in Create() local
817 … napi_define_properties(env, textEncoderObj, sizeof(textEncoderDesc) / sizeof(textEncoderDesc[0]), in Create()
819 return textEncoderObj; in Create()