Lines Matching refs:mixin
778 foreach ($mixins as $mixin) {
779 if ($mixin === $block && !$orderedArgs) {
784 if (isset($mixin->parent->scope)) {
787 $mixinParentEnv->storeParent = $mixin->parent->scope;
791 if (isset($mixin->args)) {
794 $this->zipSetArgs($mixin->args, $orderedArgs, $keywordArgs);
797 $oldParent = $mixin->parent;
798 if ($mixin != $block) $mixin->parent = $block;
800 foreach ($this->sortProps($mixin->props) as $subProp) {
814 $this->compileProp($subProp, $mixin, $out);
817 $mixin->parent = $oldParent;