Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/frameworks/js/napi/form_binding_data/
Djs_form_binding_data.cpp63 napi_value stringifyValue = nullptr; in OnCreateFormBindingData() local
64 napi_get_named_property(env, jsonValue, "stringify", &stringifyValue); in OnCreateFormBindingData()
67 napi_call_function(env, jsonValue, stringifyValue, 1, funcArgv, &transValue); in OnCreateFormBindingData()
Dform_binding_data.cpp64 napi_value stringifyValue = nullptr; in OnCreateFormBindingData() local
65 napi_get_named_property(env, jsonValue, "stringify", &stringifyValue); in OnCreateFormBindingData()
68 napi_call_function(env, jsonValue, stringifyValue, 1, funcArgv, &transValue); in OnCreateFormBindingData()
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
Djs_feature_ability.cpp202 napi_value stringifyValue = nullptr; in OnFinishWithResult() local
203 napi_get_named_property(env, jsonValue, "stringify", &stringifyValue); in OnFinishWithResult()
205 napi_call_function(env, jsonValue, stringifyValue, 1, &jsResultObj, &transValue); in OnFinishWithResult()
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
Djs_router.cpp64 napi_value stringifyValue; in ParseParams() local
65 napi_get_named_property(env, jsonValue, "stringify", &stringifyValue); in ParseParams()
68 napi_call_function(env, jsonValue, stringifyValue, 1, funcArgv, &returnValue); in ParseParams()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
Djs_plugin_util.cpp566 napi_value stringifyValue; in AceKVObjectToString() local
567 napi_get_named_property(env, jsonValue, "stringify", &stringifyValue); in AceKVObjectToString()
570 napi_call_function(env, jsonValue, stringifyValue, 1, funcArgv, &returnValue); in AceKVObjectToString()