Lines Matching refs:apply

224 	  return Array.prototype.concat.apply([], arr);
625 fn.apply(lastThis, lastArgs);
676 return _extends.apply(this, arguments);
693 return _extends.apply(void 0, [target].concat(others));
2179 var Constructor = Function.prototype.bind.apply(fn, [ null ].concat(dependencies));
2190 return fn.apply(context, dependencies);
3248 cache[args] = f.apply(0, arg);
3374 var bbox = curveBBox.apply(null, points);
3495 var l1 = bezlen.apply(0, bez1),
3496 l2 = bezlen.apply(0, bez2),
3505 var p = findDotsAtSegment.apply(0, bez1.concat(i / n1));
3510 p = findDotsAtSegment.apply(0, bez2.concat(i / n2));
3962 x0: mmin.apply(0, bounds[0]),
3963 y0: mmin.apply(0, bounds[1]),
3964 x1: mmax.apply(0, bounds[0]),
3965 y1: mmax.apply(0, bounds[1])
3995 path = ['C'].concat(arcToCurve.apply(0, [d.x, d.y].concat(path.slice(1))));
5168 changeFn.apply(this);
6608 var result = callback.apply(that, arguments);
6942 return fn.apply(null, args);
15514 api.apply(this, argsWithoutCallback).then(function(result) {
15531 return api.apply(this, arguments);
22821 return method.apply(this, arguments);
22914 return fn.apply(context, arguments);
22927 return val.apply(args ? args[0] || undefined$1 : undefined$1, args);
23524 Input.apply(this, arguments);
23596 Input.apply(this, arguments);
23671 Input.apply(this, arguments);
23738 Input.apply(this, arguments);
23833 Input.apply(this, arguments);
24414 Recognizer.apply(this, arguments);
24476 AttrRecognizer.apply(this, arguments);
24556 AttrRecognizer.apply(this, arguments);
24595 Recognizer.apply(this, arguments);
24666 AttrRecognizer.apply(this, arguments);
24697 AttrRecognizer.apply(this, arguments);
24757 Recognizer.apply(this, arguments);
30439 returnValue = returnValues[key] = fn.apply(null, arguments);