Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php94 $expr2Safe = $this->isSafeFor($type, $expression->getNode('expr2'), $env);
95 $expr3Safe = $this->isSafeFor($type, $expression->getNode('expr3'), $env);
123 if ($this->isSafeFor($type, $expression, $env)) {
138 if ($this->isSafeFor($type, $expression, $env)) {
157 if ($this->isSafeFor($type, $node, $env)) {
166 private function isSafeFor($type, Node $expression, $env) function in Twig\\NodeVisitor\\EscaperNodeVisitor