Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 - 3 of 3) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/
H A Dnapitypeof.cpp38 std::string errMsg = "Expected " + std::to_string(requireArgc) + " arguments"; in testNapiTypeof() local
39 napi_throw_error(env, NULL, errMsg.c_str()); in testNapiTypeof()
53 std::string errMsg = "Failed to convert napi_valuetype " + std::to_string(status) + " to string"; in testNapiTypeof() local
54 napi_throw_error(env, NULL, errMsg.c_str()); in testNapiTypeof()
/napi_generator/examples/
H A Dnapitest.cpp105 out.errMsg = ""; in sayHelloWithResponse()
112 void NodeISayHello::auto_interface_5SetCbValue(NUMBER_TYPE_6 result, std::string errMsg, std::string response) in auto_interface_5SetCbValue() argument
115 NodeISayHello::auto_interface_5OutRes.errMsg = errMsg; in auto_interface_5SetCbValue()
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsobjectwrap/
H A Dnapiunwrap.cpp38 std::string errMsg = "Failed to convert napi_valuetype " + std::to_string(status) + " to string"; in MyNode() local
39 napi_throw_error(env, NULL, errMsg.c_str()); in MyNode()

Completed in 2 milliseconds