Searched refs:onParseError (Results 1 – 7 of 7) sorted by relevance
33 constructor(private handler: { onParseError?: ParserErrorHandler | null }) {}61 if (this.handler.onParseError && this.lastErrOffset !== this.offset) {63 this.handler.onParseError(this.getError(code));213 this.handler.onParseError === null ||
243 onParseError?: ParserErrorHandler | null; property294 this.handler.onParseError?.(this.preprocessor.getError(code));
91 onParseError: (err: ParserError): void => { constant
78 onParseError(err: ParserError): void { method in TokenizeHandler
269 function onParseError(flags, input) { function347 FunctionPrototypeBind(onParseComplete, this), onParseError);469 FunctionPrototypeBind(onParseComplete, this), onParseError);
111 onParseError?: ParserErrorHandler | null; property118 onParseError: null, constant124 onParseError: ParserErrorHandler | null; property in Parser141 this.onParseError = this.options.onParseError;144 if (this.onParseError) {240 if (!this.onParseError) return;253 this.onParseError(err);
4 …onParseError=t.onParseError}_setErrorLocation(e){e.startLine=e.endLine=this.posTracker.line,e.star… property