Home
last modified time | relevance | path

Searched defs:c4 (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclarationEmitDestructuringObjectLiteralPattern2.ts61 let { a4, b4, c4 } = f15(); variable
69 export let { a4, b4, c4 } = f15(); variable
DliteralTypeWidening.ts48 const c4: "hello" = c1; // Type "hello" constant
76 const c4 = cond ? c3 : "baz"; // "foo" | "bar" | widening "baz" constant
133 const c4: 123 = c1; // Type 123 constant
161 const c4 = cond ? c3 : 789; // 123 | 456 | widening 789 constant
219 const c4 = <"foo">"foo"; constant
DconstDeclarations2.ts26 export const c3 = 0, c4 :string = "", c5 = null; constant
DstaticPrototypePropertyOnClass.ts29 class c4 { class
DimplicitAnyGenerics.ts40 let c4: C<any> = new C(); variable
DliteralTypes2.ts118 const c4 = "abc"; constant
218 const c4 = cond ? "abc" : null; constant
300 readonly c4 = "abc"; property in C1
DcollisionRestParameterClassConstructor.ts67 declare class c4 { class
DconstraintSatisfactionWithAny.ts102 let c4 = new C2<any>(b); variable
Des6ModuleClassDeclaration.ts78 class c4 { class
116 class c4 { class
DambientConstLiterals.ts40 const c4 = c2; constant
DcommentsClass.ts48 class c4 { class
DcommentsOverloads.ts211 class c4 { class
DcommentsInheritance.ts165 class c4 extends c2 { class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/
Dmain.ts48 export const c4 = "a"; constant
331 export const o1_c4 = o1[c4]; constant
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule3/
Dnot_meet_rule3.ts96 let c4 = new C4(); variable
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule5/
Dnot_meet_rule5.ts90 let c4 = new C4(); variable