Searched refs:testError (Results 1 – 6 of 6) sorted by relevance
86 console.log("runJavaScript testError()");89 this.controller.runJavaScript('testError()', (error, result)=> {91 console.info(" run JavaScript testError error:" + JSON.stringify(error));95 console.info(" run JavaScript testError return value is:" + result);
187 … console.info(" run JavaScript testError error:" + JSON.stringify(error));191 … console.info(" run JavaScript testError return value is:" + result);
1130 testError: 'testError'1146 testError: 'testError'
263 static napi_value testError(napi_env env1, napi_callback_info info){ in testError() function10097 DECLARE_NAPI_FUNCTION("testError",testError), in Init()
76 value = napitest.testError()