Lines Matching refs:call

100 	        } while (Object.hasOwnProperty.call(hats, id));
239 return nativeToString.call(obj) === '[object Array]';
242 return nativeToString.call(obj) === '[object Object]';
245 return nativeToString.call(obj) === '[object Number]';
248 var tag = nativeToString.call(obj);
252 return nativeToString.call(obj) === '[object String]';
277 return nativeHasOwnProperty.call(target, key);
667 if (Object.prototype.hasOwnProperty.call(source, key)) {
848 if ('[object RegExp]' == toString$1.call(name)) {
990 if (vendor) return vendor.call(el, selector);
1092 fn.call(el, e);
1512 if ('[object RegExp]' === toString.call(name)) {
1940 return Array.prototype.slice.call(arr);
1996 return Object.prototype.toString.call(obj) === '[object Array]';
2000 return Object.prototype.hasOwnProperty.call(obj, prop);
2004 var args = Array.prototype.slice.call(arguments);
2792 BaseRenderer.call(this, eventBus, DEFAULT_RENDER_PRIORITY);
3206 return Object.prototype.hasOwnProperty.call(obj, property);
3236 var arg = Array.prototype.slice.call(arguments, 0),
5961 return Object.prototype.hasOwnProperty.call(e, property.name || property);
6255 Base$1.call(this);
6297 Shape.call(this);
6312 Shape.call(this);
6335 Base$1.call(this);
6697 args = slice.call(arguments);
8366 if (hasOwnProperty.call(ENTITY_MAPPING, z)) {
9707 BodyHandler.prototype.handleText.call(this, text);
9944 ElementHandler.call(this, model, typeName, context);
9966 return ElementHandler.prototype.createElement.call(this, node);
11081 ElementSerializer.call(this, parent, propertyDescriptor);
11089 var attributes = ElementSerializer.prototype.parseNsAttributes.call(this, element);
11203 Moddle.call(this, packages, options);
15512 var argsWithoutCallback = Array.prototype.slice.call(arguments, 0, -1);
16129 Diagram.prototype.clear.call(this);
16139 Diagram.prototype.destroy.call(this);
16232 Diagram.call(this, diagramOptions);
16376 BaseViewer.call(this, options);
16399 var moddle = BaseViewer.prototype._createModdle.call(this, options);
16732 BaseRenderer.call(this, eventBus, priority);
21728 BaseViewer.call(this, options);
22709 Viewer.call(this, options);
22792 iterator.call(context, obj[i], i, obj);
22797 obj.hasOwnProperty(i) && iterator.call(context, obj[i], i, obj);
22819 log.call(window.console, deprecationMessage, stack);
23030 return Array.prototype.slice.call(obj, 0);
23687 var touches = normalizeSingleTouches.call(this, ev, type);
23744 var touches = getTouches.call(this, ev, type);
23860 recordTouches.call(this, inputEvent, inputData);
23861 } else if (isMouse && isSyntheticEvent.call(this, inputData)) {
23880 setLastTouch.call(this, eventData);
23882 setLastTouch.call(this, eventData);
24531 return AttrRecognizer.prototype.attrTest.call(this, input) &&
24545 this._super.emit.call(this, input);
24575 return this._super.attrTest.call(this, input) &&
24584 this._super.emit.call(this, input);
24685 return this._super.attrTest.call(this, input) &&
24714 return PanRecognizer.prototype.getTouchAction.call(this);
24729 return this._super.attrTest.call(this, input) &&
26545 return fn.call(that || null, event.context, event.command, event);
26659 CommandInterceptor.call(this, eventBus);
26956 CommandInterceptor.call(this, eventBus);
27036 RuleProvider.call(this, eventBus);
27065 AutoResizeProvider.call(this, eventBus);
30482 return [].slice.call(nodeList);
32371 return entry.action.call(null, event, entry);
37070 EditorActions.prototype._registerDefaultActions.call(this, injector);
37585 CommandInterceptor.call(this, eventBus);
37907 CommandInterceptor.call(this, eventBus);
38188 KeyboardBindings.prototype.registerBindings.call(this, keyboard, editorActions);
39673 CommandInterceptor.call(this, eventBus);
39913 CommandInterceptor.call(this, eventBus);
40068 CommandInterceptor.call(this, eventBus);
40431 CommandInterceptor.call(this, eventBus);
40470 CommandInterceptor.call(this, eventBus);
40714 CommandInterceptor.call(this, eventBus);
40880 CommandInterceptor.call(this, eventBus);
41078 CommandInterceptor.call(this, eventBus);
41254 CommandInterceptor.call(this, eventBus);
41447 CommandInterceptor.call(this, eventBus);
41839 CommandInterceptor.call(this, eventBus);
42575 CommandInterceptor.call(this, eventBus);
43013 CommandInterceptor.call(this, eventBus);
43119 CommandInterceptor.call(this, eventBus);
43294 CommandInterceptor.call(this, eventBus);
43666 CommandInterceptor.call(this, eventBus);
43898 CommandInterceptor.call(this, eventBus);
44084 CommandInterceptor.call(this, eventBus);
44236 CommandInterceptor.call(this, eventBus);
44362 RuleProvider.call(this, eventBus);
45352 CommandInterceptor.call(this, eventBus);
45420 OrderingProvider.call(this, eventBus);
46510 CommandInterceptor.call(this, eventBus);
46679 CommandInterceptor.call(this, eventBus);
48103 CommandInterceptor.call(this, eventBus);
48785 ElementFactory$1.call(this);
49379 CreateShapeHandler.call(this, canvas);
49410 return originalExecute.call(this, context);
49421 return originalRevert.call(this, context);
52463 Modeling$1.call(this, eventBus, elementFactory, commandStack);
52479 var handlers = Modeling$1.prototype.getHandlers.call(this);
55609 CommandInterceptor.call(this, eventBus);
56311 var snapContext = CreateMoveSnapping.prototype.initSnap.call(this, event);
56344 CreateMoveSnapping.prototype.addSnapTargetPoints.call(this, snapPoints, shape, target);
56397 return CreateMoveSnapping.prototype.getSnapTargets.call(this, shape, target)
57553 BaseModeler.call(this, options);