Home
last modified time | relevance | path

Searched defs:method2 (Results 1 – 25 of 50) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcontextuallyTypedClassExpressionMethodDeclaration02.js24 method2(arg) { method in AnonymousClasseda8f6190101
35 method2 = (arg) => { field in AnonymousClasseda8f6190201
46 method2 = function (arg) { method in AnonymousClasseda8f6190301
60 class_1.prototype.method2 = function (arg) { method in class_1
72 this.method2 = function (arg) { method
85 this.method2 = function (arg) { method
DcontextuallyTypedClassExpressionMethodDeclaration01.js20 static method2(arg) { method in AnonymousClasseda869b80101
31 static method2 = (arg) => { field in AnonymousClasseda869b80201
42 static method2 = function (arg) { method in AnonymousClasseda869b80301
56 class_1.method2 = function (arg) { function
87 _a.method2 = function (arg) { function
Des6ModuleClassDeclaration.js11 public method2() { method in c
27 public method2() { method in c2
123 method2() { method in c
139 method2() { method in c2
159 method2() { method in anonymousFunction9c905c480100.c3
176 method2() { method in anonymousFunction9c905c480100.c4
199 method2() { method in anonymousFunction9c905c480300.c3
216 method2() { method in anonymousFunction9c905c480300.c4
DcallChainWithSuper(target=esnext).js6 method2() { return super["method"]?.(); } method in Derived
17 method2() { return super["method"]?.(); } method in Derived
DcallChainWithSuper(target=es2019).js6 method2() { return super["method"]?.(); } method in Derived
17method2() { var _a; return (_a = super["method"]) === null || _a === void 0 ? void 0 : _a.call(thi… method in Derived
DcallChainWithSuper(target=es2020).js6 method2() { return super["method"]?.(); } method in Derived
17 method2() { return super["method"]?.(); } method in Derived
DcallChainWithSuper(target=es2017).js6 method2() { return super["method"]?.(); } method in Derived
17method2() { var _a; return (_a = super["method"]) === null || _a === void 0 ? void 0 : _a.call(thi… method in Derived
DcallChainWithSuper(target=es6).js6 method2() { return super["method"]?.(); } method in Derived
17method2() { var _a; return (_a = super["method"]) === null || _a === void 0 ? void 0 : _a.call(thi… method in Derived
DcallChainWithSuper(target=es2018).js6 method2() { return super["method"]?.(); } method in Derived
17method2() { var _a; return (_a = super["method"]) === null || _a === void 0 ? void 0 : _a.call(thi… method in Derived
DcallChainWithSuper(target=es2016).js6 method2() { return super["method"]?.(); } method in Derived
17method2() { var _a; return (_a = super["method"]) === null || _a === void 0 ? void 0 : _a.call(thi… method in Derived
DcallChainWithSuper(target=es2021).js6 method2() { return super["method"]?.(); } method in Derived
17 method2() { return super["method"]?.(); } method in Derived
DcallChainWithSuper(target=es2022).js6 method2() { return super["method"]?.(); } method in Derived
17 method2() { return super["method"]?.(); } method in Derived
DcollisionThisExpressionAndLocalVarInMethod.js11 method2() { method in a
34 a.prototype.method2 = function () { method in a
DnoCollisionThisExpressionAndLocalVarInMethod.js12 method2() { method in a
35 a.prototype.method2 = function () { method in a
DuniqueSymbols.js147 async method2() { return s; }, method
172 async method2() { return s; } method in C0
231 async method2() { method
367 async method2() { return s; }, method
389 async method2() { return s; } method in C0
426 async method2() { method
444 method2(p) { method
452 method2(p) { method in ce0
DcallChainWithSuper(target=es5).js6 method2() { return super["method"]?.(); } method in Derived
39 …Derived.prototype.method2 = function () { var _a; return (_a = _super.prototype["method"]) === nul… method in Derived
DtopLevelAwaitErrors.1(module=esnext).js42 method2(@await(1) [x]) {} method in C7
92 method2([x]) { } method in C7
DtopLevelAwaitErrors.1(module=es2022).js42 method2(@await(1) [x]) {} method in C7
92 method2([x]) { } method in C7
DuniqueSymbolsDeclarations.js143 async method2() { return s; }, method
168 async method2() { return s; } method in C0
227 async method2() { method
335 async method2() { return s; }, method
357 async method2() { return s; } method in C0
394 async method2() { method
DmergedInheritedClassInterface.js26 method2() { } method in ChildNoBaseClass
82 ChildNoBaseClass.prototype.method2 = function () { }; method in ChildNoBaseClass
DjsDeclarationsClassMethod.js52 C2.prototype.method2 = function (x, y) { method in C2
114 C2.prototype.method2 = function (x, y) { method in C2
/third_party/typescript/tests/cases/compiler/
Des6ModuleClassDeclaration.ts11 public method2() { method in c
27 public method2() { method in c2
47 public method2() { method in c3
63 public method2() { method in c4
85 public method2() { method in c3
101 public method2() { method in c4
DcollisionThisExpressionAndLocalVarInMethod.ts10 method2() { method in a
/third_party/libabigail/tests/data/test-diff-suppr/
Dtest33-v0.cc17 to_suppress::method2() in method2() function in to_suppress
25 to_keep::method2() in method2() function in to_keep
Dtest33-v1.cc19 to_suppress::method2() in method2() function in to_suppress
27 to_keep::method2() in method2() function in to_keep

12