Home
last modified time | relevance | path

Searched defs:method4 (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Des6ModuleClassDeclaration.js15 private static method4() { method in c
31 private static method4() { method in c2
127 static method4() { method in c
143 static method4() { method in c2
163 static method4() { method in anonymousFunction92db83090100.c3
180 static method4() { method in anonymousFunction92db83090100.c4
203 static method4() { method in anonymousFunction92db83090300.c3
220 static method4() { method in anonymousFunction92db83090300.c4
DuniqueSymbolsDeclarations.js145 * method4() { yield s; }, generator
170 * method4() { yield s; } generator in C0
233 * method4() { generator
337 *method4() { yield s; }, generator
359 *method4() { yield s; } generator in C0
400 *method4() { generator
DuniqueSymbols.js149 * method4() { yield s; }, generator
174 * method4() { yield s; } generator in C0
237 * method4() { generator
369 *method4() { yield s; }, generator
391 *method4() { yield s; } generator in C0
432 *method4() { generator
DprotectedClassPropertyAccessibleWithinSubclass2.js69 method4() { method in Derived4
192 Derived4.prototype.method4 = function () { method in Derived4
DunusedParametersThis.js51 A.prototype.method4 = function () { method in A
DprotectedClassPropertyAccessibleWithinNestedSubclass1.js85 method4() { method in Derived4
240 Derived4.prototype.method4 = function () { method in Derived4
/third_party/typescript/tests/cases/compiler/
Des6ModuleClassDeclaration.ts15 private static method4() { method in c
31 private static method4() { method in c2
51 private static method4() { method in c3
67 private static method4() { method in c4
89 private static method4() { method in c3
105 private static method4() { method in c4
DunusedParametersThis.ts21 public method4(this: A): number { method in A
/third_party/typescript/tests/cases/conformance/classes/members/accessibility/
DprotectedClassPropertyAccessibleWithinSubclass2.ts68 method4() { method in Derived4
DprotectedClassPropertyAccessibleWithinNestedSubclass1.ts84 method4() { method in Derived4
/third_party/typescript/tests/cases/conformance/types/uniqueSymbol/
DuniqueSymbolsDeclarations.ts223 method4(): IterableIterator<typeof s>; method
DuniqueSymbols.ts227 method4(): IterableIterator<typeof s>; method