Home
last modified time | relevance | path

Searched defs:res (Results 1 – 12 of 12) sorted by relevance

/napi_generator/src/vscode_plugin/assist/assist_tools_vs_plugin/src/util/
DVsPluginTool.js45 ({ ch2, i, res } = funcCase13(ch2, array, i, ch, res)); field
49 ({ ch2, i, ch3, res } = funcCase14(ch2, array, i, ch3, ch, res)); field
57 function funcCase14(ch2, array, i, ch3, ch, res) { argument
67 function funcCase13(ch2, array, i, ch, res) { argument
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/
Dnapicoercetonumber.cpp47 std::string res = "Failed to coerce to number. em = " + std::string(errorMessage) + in testNapiCoerceToNumber() local
59 std::string res = "Expected a number, got " + std::to_string(resultType); in testNapiCoerceToNumber() local
Dnapicoercetoobject.cpp47 std::string res = "Failed to coerce to object. em = " + std::string(errorMessage) + in testNapiCoerceToObject() local
59 std::string res = "Expected an object, got " + std::to_string(resultType); in testNapiCoerceToObject() local
Dnapicoercetostring.cpp47 std::string res = "Failed to coerce to string. em = " + std::string(errorMessage) + in testNapiCoerceToString() local
59 std::string res = "Expected a string, got " + std::to_string(resultType); in testNapiCoerceToString() local
Dnapicoercetobool.cpp47 std::string res = "Failed to coerce to bool. em = " + std::string(errorMessage) + in testNapiCoerceToBool() local
59 std::string res = "Expected a boolean, got " + std::to_string(resultType); in testNapiCoerceToBool() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
Dcjsoncase.cpp31 napi_value res; in cJSONVersion() local
Dcjsoncommon.cpp32 std::string res = "Failed to " + myInfo + " em = " + errorMessage + in getErrMessage() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/
Dnapiextendederrorinfo.cpp58 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in testNapiExterrinfo() local
Dnapithreadsafefuncall.cpp75 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefuncall() local
Dnapithreadsafefunc.cpp75 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefunc() local
Dnapithreadsafefuncrel.cpp76 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefuncrel() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/
Dcommon.cpp29 …std::string res = "Failed to " + myInfo + " em = " + std::to_string(extended_error_info->engine_er… in getErrMsg() local