Home
last modified time | relevance | path

Searched defs:instanceMethod (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DsuperCallInNonStaticMethod.js3 public instanceMethod() { method in Doing
9 public instanceMethod() { method in Other
72 Doing.prototype.instanceMethod = function () { method in Doing
81 _this.functionProperty = function () { _super.prototype.instanceMethod.call(_this); }; method in _super
82 _super.prototype.instanceMethod.call(_this); method in _super
86 Other.prototype.instanceMethod = function () { method in Other
87 _super.prototype.instanceMethod.call(this); method in _super
93 _super.prototype.instanceMethod.call(_this); method in _super
101 _super.prototype.instanceMethod.call(_this); method in _super
103 b: _super.prototype.instanceMethod.call(this) method in b
[all …]
/third_party/typescript/tests/cases/compiler/
DsuperCallInNonStaticMethod.ts2 public instanceMethod() { method in Doing
8 public instanceMethod() { method in Other
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dobjc_blocklist.rs30 unsafe fn instanceMethod(&self) in instanceMethod() method