Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/arkcompiler/ets_runtime/test/sharedtest/sendable/
Dsendable.ts19 constructor() { method in SendableParent
24 constructor() { method in SendableChild
35 constructor() {} method in Parent
38 constructor() { method in SendableChild
49 constructor() { method in A
54 constructor() { method in B
69 constructor() {} method in Parent
72 constructor() { method in Child
82 constructor() { method in SendableParent
87 constructor() { method in Child
[all …]
/arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/
Dwide_sendable_lexical_env.ts18 constructor(){ method in TopLevelSendableClass1
25 constructor(){ method in TopLevelSendableClass2
32 constructor(){ method in TopLevelSendableClass3
39 constructor(){ method in TopLevelSendableClass4
46 constructor(){ method in TopLevelSendableClass5
53 constructor(){ method in TopLevelSendableClass6
60 constructor(){ method in TopLevelSendableClass7
67 constructor(){ method in TopLevelSendableClass8
74 constructor(){ method in TopLevelSendableClass9
81 constructor(){ method in TopLevelSendableClass10
[all …]
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts47 protected constructor(peer: KNativePointer) { method in LspNode
58 constructor(peer: KNativePointer) { method in LspPosition
68 constructor(peer: KNativePointer) { method in LspRange
88 constructor(peer: KNativePointer) { method in LspLocation
98 constructor(peer: KNativePointer) { method in LspRelatedInfo
108 constructor(peer: KNativePointer) { method in LspCodeDescription
116 constructor(peer: KNativePointer) { method in LspDiagnosticNode
154 constructor(peer: KNativePointer) { method in LspDiagsNode
166 constructor(peer: KNativePointer) { method in LspDefinitionData
178 constructor(peer: KNativePointer) { method in LspReferenceData
[all …]
/arkcompiler/ets_runtime/test/aottest/supercall/
Dsupercall.ts28 constructor(name:string, value:number) { method in B
38 constructor(value) { method in M
43 constructor(value) { method in BM
60 constructor(defaults) { method in Base
68 constructor(defaults) { method in Son
86 constructor(defaults = {}) { method in Base2
92 constructor(defaults) { method in Son2
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-ts-parameter-property.ts18 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
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-parameter-property.ts18 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
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DConstant.ts27 constructor(value: string, type: Type) { method in Constant
71 constructor(value: boolean) { method in BooleanConstant
81 constructor(value: number) { method in NumberConstant
87 constructor(value: bigint) { method in BigIntConstant
93 constructor(value: string) { method in StringConstant
101 constructor() { method in NullConstant
113 constructor() { method in UndefinedConstant
/arkcompiler/ets_runtime/test/aottest/class_method_signature/
Dclass_method_signature.ts38 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/ecmascript/compiler/aot_file/tests/aot_file_test_case/
Dfile_size_test.js18 constructor() { method in A
27 constructor() { method in B
35 constructor() { method in C
43 constructor() { method in D
51 constructor() { method in E
59 constructor() { method in F
67 constructor() { method in G
75 constructor() { method in H
83 constructor() { method in I
Dfile_size_worker.js18 constructor() { method in A
27 constructor() { method in B
35 constructor() { method in C
43 constructor() { method in D
51 constructor() { method in E
59 constructor() { method in F
67 constructor() { method in G
75 constructor() { method in H
83 constructor() { method in I
/arkcompiler/ets_runtime/test/aottest/pgo_class_operation/
Dpgo_class_operation.ts27 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_runtime/test/aottest/supercall_inline/
Dsupercall_inline.ts28 constructor(name:string, value:number) { method in B
40 constructor(name:string, value:number) { method in C
49 constructor(name:string, value:number) { method in D
73 constructor(name:string, value:number) { method in E
81 constructor(name:string, value:number) { method in F
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/
DInvalidParserImpl.js34 static constructor() {} method in A
37 constructor; field in A
40 constructor() {} method in A
41 constructor() {} method in A
43 async constructor() {} method in A
/arkcompiler/ets_runtime/test/aottest/isfastcall/
Disfastcall.ts27 constructor() { method in Base
37 constructor() { method in SuperCallThisRange
44 constructor() { method in WideSuperCallThisRange
51 constructor() { method in SuperCallSpread
85 constructor() { method in SuperCallArrow
95 constructor() { method in WideSuperCallArrow
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule5/
Dnot_meet_rule5.ts50 constructor() { method in C
60 constructor() { method in C2
70 constructor() { method in C3
80 constructor() { method in C4
90 constructor() { method in C5
100 constructor() { method in C6
/arkcompiler/ets_frontend/es2panda/test/compiler/interop/etsInterface/
DtesExtends3.ts18 constructor() { method in A
24 constructor() { method in B
34 constructor() { method in C
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dsendable_class_test.ts21 constructor() { method in A
28 constructor() { method in B
37 constructor() { method in C
45 constructor() { method in D
/arkcompiler/ets_runtime/test/aottest/poly_merge/
Dpoly_merge.ts17 constructor() { method in A
29 constructor() { method in B
35 constructor() { method in C
41 constructor() { method in D
51 constructor() { method in E
60 constructor() { method in F
77 constructor() { method in G
94 constructor() { method in H
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceStmt.ts88 constructor(context: StmtPrinterContext, original: Stmt) { method in SourceStmt
387 constructor(context: StmtPrinterContext, original: ArkInvokeStmt) { method in SourceInvokeStmt
436 constructor(context: StmtPrinterContext, original: ArkIfStmt) { method in SourceIfStmt
457 constructor(context: StmtPrinterContext, original: ArkIfStmt, block: BasicBlock) { method in SourceWhileStmt
638constructor(context: StmtPrinterContext, original: ArkIfStmt, block: BasicBlock, incBlock: BasicBl… method in SourceForStmt
665 constructor(context: StmtPrinterContext, stmt: Stmt) { method in SourceDoStmt
679 constructor(context: StmtPrinterContext, stmt: ArkIfStmt, block: BasicBlock) { method in SourceDoWhileStmt
700 constructor(context: StmtPrinterContext, original: Stmt) { method in SourceElseStmt
718 constructor(context: StmtPrinterContext, original: Stmt) { method in SourceContinueStmt
729 constructor(context: StmtPrinterContext, original: Stmt) { method in SourceBreakStmt
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/
Doperator_new.ts18 constructor() { method in NoArgClass
25 constructor(name:string) { method in OneArgClass
33 constructor(name:string, surname:string) { method in SubClass
42 constructor(name:string, city:string) { method in TwoArgClass
53 constructor(name:string, age:number, country:string, city:string) { method in ManyArgsClass
/arkcompiler/ets_runtime/test/quickfix/module_class/
Dmodule_modify.js17 constructor() { method in D
26 constructor() { method in C
34 constructor() { method in B
/arkcompiler/ets_runtime/test/aottest/throw/
Dthrow.ts48 constructor(name, value) { method in A1
53 constructor(...b: ConstructorParameters<typeof A1>) { method in B1
72 constructor() { method in A2
78 constructor() { method in B2
/arkcompiler/ets_runtime/test/sharedtest/sendablefunc/
Dsendablefunc.ts34 constructor() { method in C
56 constructor() { method in A
67 constructor(f : FuncType) { method in B
105 constructor() { method in D
117 constructor(f : FuncAsyncType) { method in E
/arkcompiler/ets_runtime/test/aottest/extends_builtins/
Dextends_builtins.ts29 constructor(arg:number) { method in MyNumber
40 constructor(arg:any) { method in MyDate
51 constructor(arg:number) { method in MyArray
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-class-element-6.ts20 constructor() { method in A4
29 constructor() { method in B4
38 constructor() { method in C4
47 constructor() { method in D4

12345678910>>...38