Searched refs:jsonValue (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/utils/json/ |
H A D | json_manager.cpp | 50 napi_value jsonValue; in Init() local 54 napi_get_property(env, global, jsonKey, &jsonValue); in Init() 55 if (!(GeJsonFunction(env, jsonValue, PARSE_SENDABLE_NAME, parseSendable) && in Init() 56 GeJsonFunction(env, jsonValue, STRINGIFY_SENDABLE_NAME, stringify))) { in Init()
|
/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | console.cpp | 251 napi_value jsonValue; in Dir() local 252 napi_get_named_property(env, globalValue, "JSON", &jsonValue); in Dir() 254 napi_get_named_property(env, jsonValue, "stringify", &stringifyValue); in Dir() 256 napi_call_function(env, jsonValue, stringifyValue, 1, &argv[0], &transValue); in Dir()
|
Completed in 2 milliseconds