Home
last modified time | relevance | path

Searched refs:method2 (Results 1 - 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A Des6ModuleClassDeclaration.js11 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 DcontextuallyTypedClassExpressionMethodDeclaration02.js16 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 DcontextuallyTypedObjectLiteralMethodDeclaration01.js12 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 DprivateNameMethodCallExpression.js4 #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 DcontextuallyTypedClassExpressionMethodDeclaration01.js12 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 DprivateNameStaticMethodCallExpression.js4 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 DcheckJsdocTypeTagOnObjectProperty2.js12 method2: (n1) => "lol",
23 var s1 = obj.method2("0");
36 method2: function (n1) { return "lol"; },
49 var s1 = obj.method2("0");
H A DuniqueSymbolsDeclarationsErrors.js11 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 DuniqueSymbols.js147 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 DmergedInheritedClassInterface.js26 method2() { }
46 grandchild.method2();
82 ChildNoBaseClass.prototype.method2 = function () { };
106 grandchild.method2();
H A DjsDeclarationsClassMethod.js47 * 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 DuniqueSymbolsDeclarations.js143 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 DnoCollisionThisExpressionAndLocalVarInMethod.js12 method2() {
35 a.prototype.method2 = function () {
H A DunusedParametersThis.js9 public method2(this: A): number {
43 A.prototype.method2 = function () {
H A DconstructorWithIncompleteTypeAnnotation.js239 public method2() {
246 public method2() {
531 method2();
540 B.prototype.method2 = function () {
H A DprotectedClassPropertyAccessibleWithinNestedSubclass1.js44 method2() {
188 Derived2.prototype.method2 = function () {
H A DprotectedClassPropertyAccessibleWithinSubclass2.js36 method2() {
154 Derived2.prototype.method2 = function () {
H A DrenamingDestructuredPropertyInFunctionType.js38 method2({ a: string }): any; // Error
157 method2({ a }: {
/third_party/libabigail/tests/data/test-diff-suppr/
H A Dtest33-v1.cc11 char method2();
19 to_suppress::method2() in method2() function in to_suppress
27 to_keep::method2() in method2() function in to_keep
H A Dtest33-v0.cc9 char method2();
17 to_suppress::method2() in method2() function in to_suppress
25 to_keep::method2() in method2() function in to_keep
H A Dtest33-v1.h6 void method2();
H A Dtest33-v0.h4 void method2();
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp1780 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...]

Completed in 8 milliseconds