Lines Matching refs:er
24 isexe(path, options || {}, function (er, is) { argument
25 if (er) {
26 reject(er)
34 core(path, options || {}, function (er, is) { argument
36 if (er) {
37 if (er.code === 'EACCES' || options && options.ignoreErrors) {
38 er = null
42 cb(er, is)
50 } catch (er) {
51 if (options && options.ignoreErrors || er.code === 'EACCES') {
54 throw er