Lines Matching refs:compile
125 _this2.compile(child, frame);
137 _this3.compile(child, frame);
147 this.compile(node, frame);
196 _this4.compile(arg, frame);
295 this.compile(node.left, frame);
299 this.compile(node.right.args, frame);
304 this.compile(node.left, frame);
306 this.compile(node.right, frame);
338 this.compile(node.target, frame);
342 this.compile(node.left, frame);
344 this.compile(node.right, frame);
349 this.compile(node.left, frame);
351 this.compile(node.right, frame);
356 this.compile(node.target, frame);
360 this.compile(node.target, frame);
364 this.compile(node.expr, frame);
367 _this5.compile(op.expr, frame);
453 this.compile(node.body, frame);
476 this.compile(node.expr, frame);
480 _this7.compile(c.cond, frame);
482 _this7.compile(c.body, frame);
490 this.compile(node.default, frame);
500 _this8.compile(node.body, frame);
508 _this8.compile(node.else_, frame);
591 _this10.compile(node.body, frame);
612 _this10.compile(node.body, frame);
626 _this10.compile(node.body, frame);
633 this.compile(node.else_, frame);
677 _this11.compile(node.body, frame);
691 this.compile(node.else_, frame);
763 _this12.compile(node.body, currFrame);
925 _this14.compile(node.body, frame);
949 _this15.compile(child, frame);
984 _this16.compile(block.body, tmpFrame);
994 _proto.compile = function compile(node, frame) { function
1008 compile: function compile(src, asyncFilters, extensions, name, opts) {
1023 …c.compile(transformer.transform(parser.parse(processedSrc, extensions, opts), asyncFilters, name));