Searched defs:instanceMethod (Results 1 – 3 of 3) 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
36 unsafe fn instanceMethod(&self) in instanceMethod() method