Home
last modified time | relevance | path

Searched refs:errorHandler (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlParser.php308 $this->errorHandler->recoverInline($this);
314 $this->errorHandler->reportMatch($this);
319 $this->errorHandler->reportError($this, $exception);
320 $this->errorHandler->recover($this, $exception);
343 $this->errorHandler->reportError($this, $exception);
344 $this->errorHandler->recover($this, $exception);
368 $this->errorHandler->recoverInline($this);
374 $this->errorHandler->reportMatch($this);
379 $this->errorHandler->reportError($this, $exception);
380 $this->errorHandler->recover($this, $exception);
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php49 protected $errorHandler; variable in Antlr\\Antlr4\\Runtime\\Parser
123 $this->errorHandler = new DefaultErrorStrategy();
135 $this->errorHandler->reset($this);
180 $this->errorHandler->reportMatch($this);
184 $t = $this->errorHandler->recoverInline($this);
220 $this->errorHandler->reportMatch($this);
223 $t = $this->errorHandler->recoverInline($this);
412 return $this->errorHandler;
417 $this->errorHandler = $handler;
525 if ($this->errorHandler->inErrorRecoveryMode($this)) {
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js2112 },evaluate:function(expr,context,api,errorHandler){context=context||"window"; argument
2120 if(errorHandler){result=errorHandler(msg)