Lines Matching refs:_eval

5119             var val = this._eval(compressor, ignore_side_effects, cached, 1);
5121 delete node._eval;
5144 delete ref._eval;
5186 var value = node._eval(compressor, ignore_side_effects, cached, depth);
5198 var value = tail._eval(compressor, ignore_side_effects, cached, depth);
5218 var value = element._eval(compressor, ignore_side_effects, cached, depth);
5234 key = key._eval(compressor, ignore_side_effects, cached, depth);
5243 val[key] = prop.value._eval(compressor, ignore_side_effects, cached, depth);
5266 var v = e._eval(compressor, ignore_side_effects, cached, depth);
5310 var v = e._eval(compressor, ignore_side_effects, cached, depth);
5318 var left = this.left._eval(compressor, ignore_side_effects, cached, depth);
5322 var right = this.right._eval(compressor, rhs_ignore_side_effects, cached, depth);
5379 var condition = this.condition._eval(compressor, ignore_side_effects, cached, depth);
5382 var value = node._eval(compressor, ignore_side_effects, cached, depth);
5407 value = fixed._eval();
5409 this._eval = return_this;
5410 value = fixed._eval(compressor, ignore_side_effects, cached, depth);
5411 delete this._eval;
5413 fixed._eval = function() {
5452 val = exp._eval(compressor, ignore_side_effects, cached, depth + 1);
5457 key = key._eval(compressor, ignore_side_effects, cached, depth);
5484 var value = node._eval(compressor, ignore_side_effects, cached, depth);
5502 … var value = sym.value._eval(compressor, ignore_side_effects, cached, depth);
5521 … if (node.value && node.value._eval(compressor, true, cached, depth) !== undefined) {
5543 val = val._eval(compressor, ignore_side_effects, cached, depth);
5547 delete node._eval;
5553 key = key._eval(compressor, ignore_side_effects, cached, depth);
5563 val = e._eval(compressor, ignore_side_effects, cached, depth + 1);
5588 node._eval = function() { function
5613 this._eval = return_this;