Searched refs:isDirective (Results 1 – 3 of 3) sorted by relevance
2858 if ($this->isDirective($dirName, $this->blockDirectives)) {2867 } elseif ($this->isDirective($dirName, $this->lineDirectives)) {2985 protected function isDirective($dirname, $directives) function in lessc_parser
540 See also `t.isDirective(node, opts)` and `t.assertDirective(node, opts)`.
2010 export function isDirective(node: object | null | undefined, opts?: object): node is Directive;