Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp382 napi_value resultIgnorebom = nullptr; in GetSecPara() local
390 NAPI_CALL(env, napi_get_property(env, valData, messageKeyIgnorebom, &resultIgnorebom)); in GetSecPara()
392 napi_status naBom = napi_get_value_bool(env, resultIgnorebom, &bResultIgnbom); in GetSecPara()