Searched refs:CreateBaseValueByJson (Results 1 – 2 of 2) sorted by relevance
84 napi_value CreateBaseValueByJson(const napi_env env, const Json::Value& jsonValue);
541 napi_value CreateBaseValueByJson(const napi_env env, const Json::Value& jsonValue) in CreateBaseValueByJson() function579 return CreateBaseValueByJson(env, jsonValue); in CreateValueByJson()