Home
last modified time | relevance | path

Searched refs:errorMessage (Results 1 - 15 of 15) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/
H A Dnapicoercetostring.cpp42 const char *errorMessage = in testNapiCoerceToString() local
46 errorMessage, extended_error_info->engine_error_code); in testNapiCoerceToString()
47 std::string res = "Failed to coerce to string. em = " + std::string(errorMessage) + in testNapiCoerceToString()
H A Dnapicoercetoobject.cpp42 const char *errorMessage = in testNapiCoerceToObject() local
46 errorMessage, extended_error_info->engine_error_code); in testNapiCoerceToObject()
47 std::string res = "Failed to coerce to object. em = " + std::string(errorMessage) + in testNapiCoerceToObject()
H A Dnapicoercetonumber.cpp42 const char *errorMessage = in testNapiCoerceToNumber() local
46 errorMessage, extended_error_info->engine_error_code); in testNapiCoerceToNumber()
47 std::string res = "Failed to coerce to number. em = " + std::string(errorMessage) + in testNapiCoerceToNumber()
H A Dnapicoercetobool.cpp42 const char *errorMessage = in testNapiCoerceToBool() local
46 errorMessage, extended_error_info->engine_error_code); in testNapiCoerceToBool()
47 std::string res = "Failed to coerce to bool. em = " + std::string(errorMessage) + in testNapiCoerceToBool()
/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/
H A Dnapithreadsafefuncall.cpp71 const char *errorMessage = in setThreadsafefuncall() local
74 errorMessage, extended_error_info->engine_error_code); in setThreadsafefuncall()
75 std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefuncall()
H A Dnapithreadsafefunc.cpp71 const char *errorMessage = in setThreadsafefunc() local
74 errorMessage, extended_error_info->engine_error_code); in setThreadsafefunc()
75 std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefunc()
H A Dnapiextendederrorinfo.cpp54 const char *errorMessage = in testNapiExterrinfo() local
57 errorMessage, extended_error_info->engine_error_code); in testNapiExterrinfo()
58 std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in testNapiExterrinfo()
H A Dnapithreadsafefuncrel.cpp71 const char *errorMessage = in setThreadsafefuncrel() local
75 errorMessage, extended_error_info->engine_error_code); in setThreadsafefuncrel()
76 std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefuncrel()
/napi_generator/src/intellij_plugin/cmake2gn/gn_IntelliJ_plugin/src/com/sk/gn/dialog/
H A DErrorDialog.java47 private String errorMessage; field in ErrorDialog
50 errorMessage = sErrorMessage; in ErrorDialog()
61 textAreaError.setText(errorMessage); in initDialog()
/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/dialog/
H A DErrorDialog.java47 private String errorMessage; field in ErrorDialog
50 errorMessage = sErrorMessage; in ErrorDialog()
61 textAreaError.setText(errorMessage); in initDialog()
/napi_generator/src/intellij_plugin/h2dts/ts_IntelliJ_plugin/src/com/sk/ts/dialog/
H A DErrorDialog.java47 private String errorMessage; field in ErrorDialog
50 errorMessage = sErrorMessage; in ErrorDialog()
61 textAreaError.setText(errorMessage); in initDialog()
/napi_generator/src/intellij_plugin/h2sa/service_IntelliJ_plugin/src/com/sk/service/dialog/
H A DErrorDialog.java47 private String errorMessage; field in ErrorDialog
50 errorMessage = sErrorMessage; in ErrorDialog()
61 textAreaError.setText(errorMessage); in initDialog()
/napi_generator/src/cli/h2dtscpp/src/src/tools/
H A DcommonTemplete.js66 const char *errorMessage =
71 std::string res = "Failed to " + myInfo + " em = " + errorMessage +
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/
H A Dcommon.cpp24 const char *errorMessage = in getErrMsg() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
H A Dcjsoncommon.cpp27 const char *errorMessage = in getErrMessage() local
32 std::string res = "Failed to " + myInfo + " em = " + errorMessage + in getErrMessage()

Completed in 5 milliseconds