Searched defs:instanceMethod (Results 1 – 6 of 6) sorted by relevance
3 public instanceMethod() { method in Doing9 public instanceMethod() { method in Other72 Doing.prototype.instanceMethod = function () { method in Doing81 _this.functionProperty = function () { _super.prototype.instanceMethod.call(_this); }; method in _super82 _super.prototype.instanceMethod.call(_this); method in _super86 Other.prototype.instanceMethod = function () { method in Other87 _super.prototype.instanceMethod.call(this); method in _super93 _super.prototype.instanceMethod.call(_this); method in _super101 _super.prototype.instanceMethod.call(_this); method in _super103 b: _super.prototype.instanceMethod.call(this) method in b[all …]
2 public instanceMethod() { method in Doing8 public instanceMethod() { method in Other
3 instanceMethod() {} method in B
3 instanceMethod() {} method in A
8 Buffer.prototype.instanceMethod = function() {} method in Buffer
9 Class.prototype.instanceMethod = function() {} method in Class