/arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
D | test-ts-parameter-property.ts | 18 public constructor( method in ExampleClass1 37 public constructor(readonly) { }; method in ExampleClass2 41 public constructor(public readonly) { }; method in ExampleClass3 45 public constructor(readonly readonly) { }; method in ExampleClass4
|
D | test-class-constructor5.ts | 18 constructor() { }; method in Foo 19 constructor() { }; method in Foo
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-ts-parameter-property.ts | 18 public constructor( method in ExampleClass1 37 public constructor(readonly) { }; method in ExampleClass2 41 public constructor(public readonly) { }; method in ExampleClass3 45 public constructor(readonly readonly) { }; method in ExampleClass4
|
D | test-class-constructor5.ts | 18 constructor() { }; method in Foo 19 constructor() { }; method in Foo
|
/arkcompiler/ets_runtime/test/aottest/class_method_signature/ |
D | class_method_signature.ts | 38 constructor() {} method in A2 62 constructor() {} method in B 81 constructor() {} method in B2 105 constructor() {} method in C 119 constructor() {} method in D 140 constructor() {} method in E
|
/arkcompiler/ets_runtime/test/aottest/pgo_class_operation/ |
D | pgo_class_operation.ts | 27 constructor() { method in B 32 constructor() { method in C 38 constructor() { method in D 44 constructor() { method in E 50 constructor() { method in F 57 constructor() { method in G
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandasm.ts | 22 constructor( method in Metadata 33 constructor(params: number = 0, retType?: string | undefined) { method in Signature 47 constructor( method in Ins 81 constructor( method in Function 119 constructor(name: string) { method in Record 136 constructor() { method in Program 159 constructor( method in CatchTable 176 constructor(vregNum: number, typeIndex: number) { method in TypeOfVreg 188 constructor(symbol: string, type: number) { method in ExportedSymbol2Type 200 constructor(symbol: string, type: number) { method in DeclaredSymbol2Type [all …]
|
D | scope.ts | 42 constructor(name: string, node: ts.Node, isModule: ModuleVarKind) { method in Decl 50 constructor(varName: string, node: ts.Node, isModule: ModuleVarKind) { method in VarDecl 56 constructor(letName: string, node: ts.Node, isModule: ModuleVarKind) { method in LetDecl 62 constructor(constName: string, node: ts.Node, isModule: ModuleVarKind) { method in ConstDecl 68 constructor(funcName: string, node: ts.Node, isModule: ModuleVarKind) { method in FuncDecl 74 constructor(className: string, node: ts.Node, isModule: ModuleVarKind) { method in ClassDecl 80 constructor(cpName: string, node: ts.Node, isModule: ModuleVarKind = ModuleVarKind.NOT) { method in CatchParameter 86 constructor(fpName: string, node: ts.Node, isModule: ModuleVarKind = ModuleVarKind.NOT) { method in FunctionParameter 101 constructor() { } method in Scope 400 constructor(node?: ts.SourceFile) { method in GlobalScope [all …]
|
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule5/ |
D | not_meet_rule5.ts | 52 constructor() { method in C 63 constructor() { method in C2 74 constructor() { method in C3 85 constructor() { method in C4 96 constructor() { method in C5 107 constructor() { method in C6
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
D | rule32.ts | 19 constructor() { method in X 26 constructor() { method in Y 51 constructor() { method in C 60 constructor() { method in C2
|
D | rule30_2.ts | 19 constructor() { method in X 26 constructor() { method in Y 51 constructor() { method in C 60 constructor() { method in C2
|
D | rule8_1.ts | 19 constructor() { method in Foo 29 constructor() { method in Foo2 39 constructor() { method in Foo3
|
D | rule8_4.ts | 19 constructor() { method in Foo 29 constructor() { method in Foo2 39 constructor() { method in Foo3
|
D | rule25.ts | 17 constructor( method in Person 37 constructor(ssn: string, firstName: string, lastName: string) { method in Person2 49 constructor(readonly a: A) { method in A
|
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
D | rule30_2.ts | 19 constructor() { method in X 26 constructor() { method in Y 51 constructor() { method in C 60 constructor() { method in C2
|
D | rule8_1.ts | 19 constructor() { method in Foo 29 constructor() { method in Foo2 39 constructor() { method in Foo3
|
D | rule8_4.ts | 19 constructor() { method in Foo 29 constructor() { method in Foo2 39 constructor() { method in Foo3
|
D | rule25.ts | 17 constructor( method in Person 37 constructor(ssn: string, firstName: string, lastName: string) { method in Person2 49 constructor(readonly a: A) { method in A
|
/arkcompiler/ets_runtime/test/aottest/supercall/ |
D | supercall.ts | 27 constructor(name:string, value:number) { method in B 37 constructor(value) { method in M 42 constructor(value) { method in BM
|
/arkcompiler/ets_runtime/test/quickfix/module_class/ |
D | module_modify.js | 17 constructor() { method in D 26 constructor() { method in C 34 constructor() { method in B
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
D | test-ts-class-element-6.ts | 20 constructor() { method in A4 29 constructor() { method in B4 38 constructor() { method in C4 47 constructor() { method in D4
|
D | test-ts-class-element-5.ts | 20 constructor() { method in A3 29 constructor() { method in B3 38 constructor() { method in C3 47 constructor() { method in D3
|
/arkcompiler/ets_runtime/test/aottest/extends_builtins/ |
D | extends_builtins.ts | 29 constructor(arg:number) { method in MyNumber 40 constructor(arg:any) { method in MyDate 51 constructor(arg:number) { method in MyArray
|
/arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
D | test-class-definition2.js | 18 constructor() { method in A 21 constructor() { method in A
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-class-definition2.js | 18 constructor() { method in A 21 constructor() { method in A
|