Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_common_utils.cpp316 status = napi_get_named_property(env, global, GLOBAL_JSON, &json); in JsonStringify()
339 … napi_get_named_property(env, global, GLOBAL_JSON, &json) == napi_ok, PRE_REVT_NOTHING, nullptr); in JsonParse()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dnapi_utils.cpp38 static constexpr const char *GLOBAL_JSON = "JSON"; variable
569 NAPI_CALL_BASE(env, napi_get_named_property(env, global, GLOBAL_JSON, &json), undefined); in JsonStringify()
600 NAPI_CALL_BASE(env, napi_get_named_property(env, global, GLOBAL_JSON, &json), undefined); in JsonParse()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_common_utils.h46 constexpr const char* GLOBAL_JSON = "JSON"; variable