Searched defs:errMsg (Results 1 – 4 of 4) sorted by relevance
38 std::string errMsg = "Expected " + std::to_string(requireArgc) + " arguments"; in testNapiTypeof() local53 … std::string errMsg = "Failed to convert napi_valuetype " + std::to_string(status) + " to string"; in testNapiTypeof() local
38 … std::string errMsg = "Failed to convert napi_valuetype " + std::to_string(status) + " to string"; in MyNode() local
76 … std::string errMsg = "Failed to convert napi_valuetype " + std::to_string(status) + " to string"; in Tyof() local
112 void NodeISayHello::auto_interface_5SetCbValue(NUMBER_TYPE_6 result, std::string errMsg, std::strin… in auto_interface_5SetCbValue()