Searched refs:GLOBAL_JSON (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | js_common_utils.cpp | 316 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 D | napi_utils.cpp | 38 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 D | js_common_utils.h | 46 constexpr const char* GLOBAL_JSON = "JSON"; variable
|