Searched refs:stringifyValue (Results 1 – 5 of 5) sorted by relevance
| /foundation/ability/form_fwk/frameworks/js/napi/form_binding_data/ |
| D | js_form_binding_data.cpp | 63 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()
|
| D | form_binding_data.cpp | 64 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/ |
| D | js_feature_ability.cpp | 202 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/ |
| D | js_router.cpp | 64 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/ |
| D | js_plugin_util.cpp | 566 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()
|