| /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
|
| D | test-class-constructor2.ts | 18 constructor(); method in Foo 21 constructor(); method in Foo
|
| D | test-type-with-specieal-constructor.ts | 18 constructor(a: 'hello'); method in ClassExample 28 constructor(); method in ns.A
|
| D | test-ts-parameter-property11.ts | 18 constructor(private readonly [bar]) { }; method in Foo
|
| D | test-ts-parameter-property3.ts | 18 constructor(readonly readonly readonly) { }; method in Foo
|
| D | test-class-method-overload.ts | 18 constructor(a: number); method in Class1
|
| D | test-ts-parameter-property12.ts | 18 constructor(private readonly { bar }) { }; method in Foo
|
| D | test-class-constructor4.ts | 18 constructor(); method in Foo
|
| /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 …]
|
| D | variable.ts | 38 constructor( method in Variable 128 constructor(declKind: VarDeclarationKind, name: string, status?: InitStatus) { method in LocalVariable 151 constructor(declKind: VarDeclarationKind, name: string, status?: InitStatus) { method in ModuleVariable 185 constructor(declKind: VarDeclarationKind, name: string) { method in GlobalVariable
|
| D | compilerStatistics.ts | 33 constructor(instSize: number, relatedInsns?: { name: string, num: number }) { method in ItemValue 118 constructor(funcName: string) { method in HistogramStatistics 230 constructor() { method in CompilerStatistics
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-class-definition2.js | 18 constructor() { method in A 21 constructor() { method in A
|
| D | test-class-definition5.js | 18 get constructor() { getter in A
|
| /arkcompiler/ets_runtime/test/quickfix/class_inheritance/patch/ |
| D | base.js | 17 constructor() { method in BaseA 25 constructor() { method in A
|
| /arkcompiler/ets_runtime/test/quickfix/class_inheritance/ |
| D | base.js | 17 constructor() { method in BaseA 25 constructor() { method in A
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/typenewsuper/ |
| D | typenewsuper.ts | 24 constructor(x:number, y:string) { method in D 38 constructor() { method in E
|
| /arkcompiler/ets_runtime/test/aottest/class_method_signature/ |
| D | class_method_signature.ts | 34 constructor() {} method in D 55 constructor() {} method in E
|
| /arkcompiler/ets_runtime/test/moduletest/class/ |
| D | class.js | 23 constructor(x) { method in Parent 33 constructor(x, y) { method in Child 69 constructor() { method in B
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/ |
| D | base.js | 17 constructor(brand) { method in Car 26 constructor(brand, mod) { method in Model
|
| D | base_mod.js | 19 constructor(brand) { method in Car 28 constructor(brand, mod) { method in Model
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/modify-class-1/ |
| D | base.js | 17 constructor(brand) { method in Car 26 constructor(brand, mod) { method in Model
|
| D | base_mod.js | 19 constructor(brand) { method in Car 28 constructor(brand, mod) { method in Model
|
| /arkcompiler/ets_frontend/ts2panda/src/statement/ |
| D | tryStatement.ts | 57 constructor(beginLabel: Label, endLabel: Label) { method in LabelPair 76 constructor(pandaGen: PandaGen, catchBeginLabel: Label, labelPair: LabelPair) { method in CatchTable 116 constructor(stmt: ts.Statement, catchTable: CatchTable, trybuilder?: TryBuilderBase) { method in TryStatement 190 constructor(compiler: Compiler, pandaGen: PandaGen, Stmt: ts.Statement) { method in TryBuilderBase
|