/third_party/typescript/tests/baselines/reference/ |
H A D | es6ModuleClassDeclaration.js | 11 public method2() { 27 public method2() { 47 public method2() { 63 public method2() { 85 public method2() { 101 public method2() { 123 method2() {
139 method2() {
159 method2() {
176 method2() {
[all...] |
H A D | contextuallyTypedClassExpressionMethodDeclaration02.js | 16 method2(arg: B): void; 24 method2(arg) { 35 method2 = (arg) => { 46 method2 = function (arg) { 60 class_1.prototype.method2 = function (arg) {
72 this.method2 = function (arg) {
85 this.method2 = function (arg) {
45 method2 = function (arg) { global() function
|
H A D | contextuallyTypedObjectLiteralMethodDeclaration01.js | 12 method2(arg: B): void; 20 method2(arg) { 31 method2: (arg) => { 42 method2: function (arg) { 54 method2: function (arg) {
64 method2: function (arg) {
74 method2: function (arg) {
|
H A D | privateNameMethodCallExpression.js | 4 #method2(a, ...b) {}; 13 this.#method2(0, ...arr, 3); 15 const b = new this.#method2(0, ...arr, 3); //Error 16 const str = this.#method2`head${1}middle${2}tail`; 17 this.getInstance().#method2`test${1}and${2}`; 19 this.getInstance().#method2(0, ...arr, 3); 20 const b2 = new (this.getInstance().#method2)(0, ...arr, 3); //Error 21 const str2 = this.getInstance().#method2`head${1}middle${2}tail`;
|
H A D | contextuallyTypedClassExpressionMethodDeclaration01.js | 12 method2(arg: B): void; 20 static method2(arg) { 31 static method2 = (arg) => { 42 static method2 = function (arg) { 56 class_1.method2 = function (arg) {
72 _a.method2 = function (arg) {
87 _a.method2 = function (arg) {
71 }, global() function
|
H A D | privateNameStaticMethodCallExpression.js | 4 static #method2(a, ...b) {}; 13 AA.#method2(0, ...arr, 3); 15 const b = new AA.#method2(0, ...arr, 3); //Error 16 const str = AA.#method2`head${1}middle${2}tail`; 17 AA.getClass().#method2`test${1}and${2}`; 19 AA.getClass().#method2(0, ...arr, 3); 20 const b2 = new (AA.getClass().#method2)(0, ...arr, 3); //Error 21 const str2 = AA.getClass().#method2`head${1}middle${2}tail`;
|
H A D | checkJsdocTypeTagOnObjectProperty2.js | 12 method2: (n1) => "lol", 23 var s1 = obj.method2("0");
36 method2: function (n1) { return "lol"; },
49 var s1 = obj.method2("0");
|
H A D | uniqueSymbolsDeclarationsErrors.js | 11 method2(p: I["readonlyType"]): I["readonlyType"] { 20 method2(p: I["readonlyType"]): I["readonlyType"] { 71 method2(p) {
79 method2(p) {
112 method2(p: I["readonlyType"]): I["readonlyType"];
117 method2(p: I["readonlyType"]): I["readonlyType"];
|
H A D | uniqueSymbols.js | 147 async method2() { return s; }, 172 async method2() { return s; } 221 method2(): Promise<typeof s>; 231 async method2() { 251 method2(p: I["readonlyType"]): I["readonlyType"] { 260 method2(p: I["readonlyType"]): I["readonlyType"] { 367 async method2() { return s; },
389 async method2() { return s; }
426 async method2() {
444 method2( [all...] |
H A D | mergedInheritedClassInterface.js | 26 method2() { } 46 grandchild.method2(); 82 ChildNoBaseClass.prototype.method2 = function () { };
106 grandchild.method2();
|
H A D | jsDeclarationsClassMethod.js | 47 * A comment method2 52 C2.prototype.method2 = function (x, y) { 109 * A comment method2
114 C2.prototype.method2 = function (x, y) {
164 * A comment method2
169 method2(x: number, y: number): number;
|
H A D | uniqueSymbolsDeclarations.js | 143 async method2() { return s; }, 168 async method2() { return s; } 217 method2(): Promise<typeof s>; 227 async method2() { 335 async method2() { return s; },
357 async method2() { return s; }
394 async method2() {
504 method2(): Promise<symbol>;
523 method2(): Promise<symbol>;
536 method2() [all...] |
H A D | noCollisionThisExpressionAndLocalVarInMethod.js | 12 method2() { 35 a.prototype.method2 = function () {
|
H A D | unusedParametersThis.js | 9 public method2(this: A): number { 43 A.prototype.method2 = function () {
|
H A D | constructorWithIncompleteTypeAnnotation.js | 239 public method2() { 246 public method2() { 531 method2();
540 B.prototype.method2 = function () {
|
H A D | protectedClassPropertyAccessibleWithinNestedSubclass1.js | 44 method2() { 188 Derived2.prototype.method2 = function () {
|
H A D | protectedClassPropertyAccessibleWithinSubclass2.js | 36 method2() { 154 Derived2.prototype.method2 = function () {
|
H A D | renamingDestructuredPropertyInFunctionType.js | 38 method2({ a: string }): any; // Error 157 method2({ a }: {
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
H A D | test33-v1.cc | 11 char method2(); 19 to_suppress::method2() in method2() function in to_suppress 27 to_keep::method2() in method2() function in to_keep
|
H A D | test33-v0.cc | 9 char method2(); 17 to_suppress::method2() in method2() function in to_suppress 25 to_keep::method2() in method2() function in to_keep
|
H A D | test33-v1.h | 6 void method2();
|
H A D | test33-v0.h | 4 void method2();
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 1780 const COneMethodInfo &method2,
1789 COneMethodInfo method = method2;
4370 COneMethodInfo method2 = method;
4400 if (StringsAreEqualNoCase_Ascii(method2.MethodName, "LZMA"))
4403 RINOK(method2.ParseMethodFromPROPVARIANT((UString)"d", propVariant))
4414 method2,
4799 COneMethodInfo method2 = method;
4801 if (StringsAreEqualNoCase_Ascii(method2.MethodName, "LZMA"))
4804 // method2 can have two different dictionary size properties.
4807 RINOK(method2 [all...] |