Lines Matching +defs:syntax +defs:error
3996 const isNormalFlowError = error => NORMAL_FLOW_ERRORS.has(error.code); argument
6554 this._boundHandleError = (error) => fsW._handleError(error); argument
8063 _handleError(error) { argument
8500 function next(error, ...output) { argument
8601 function done(error, ...output) { argument
19279 function (error, name, code) { argument
19331 function (error) { argument
21524 syntax: create$1(SyntaxError), property
21715 function done(error, buf) { argument
21758 function found(error, result) { argument
26897 function done(error, result) { argument
26966 function done(error) { argument
27111 function done1(error, files) { argument
27288 function onStartOrCheck(error) { argument
28773 function done(error) { argument
30455 function next(error, context) { argument
32963 function done(error, code, context) { argument
33026 function fail(error, pretty) { argument
33062 function bail(error) { argument
33501 function done(error, tree, file) { argument
33534 function done(error, tree) { argument
33587 function done(error, file) { argument
33621 function done(error) { argument
55594 function error(err) { function