Home
last modified time | relevance | path

Searched defs:prop2 (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/sendable/
Dsendable-field-type-5.ts28 static prop2: Enum1 = 1; property in ns.A
43 static prop2: Enum1 = 1; property in ns.A
61 prop2: Enum = 1 property in ns_1.A
88 prop2: Enum = 1 property in ns_2.A
Dsendable-field-type-4.ts32 static prop2: Enum2 = 1; property in A
Dsendable-field-type-3.ts33 static prop2: Enum2 = 1; property in A
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-classes-18.ts27 prop2 = this.prop; property in A
36 prop2 = this.prop; property in B
Dtest-ts-classes-12.ts22 prop2 = "base_prop2"; property in Base
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-18.ts31 static prop2: number = 2; property in A
Dtest-ts-decorators-16.ts45 static prop2 = 2; property in A
/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dsame_property_name.ts18 prop2: string = "d"; property in MyClass
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitPropertyAndName/
DinterfaceTest.d.ts22 prop2: string; property
DobjectLiteral.d.ts18 prop2: { constant
DenumTest.d.ts22 prop2: TestEnum2 | undefined; property in A
DmoduleTest.d.ts19 prop2: TestInterface1; property in ns1.TestClass1
/arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_property/keep_property1/
Dkeep_property.ts18 prop2: number = 2; // keep property in KeepProperty1
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeModule.ts19 prop2: number = 123; property in TestNs.NsClass
DanalyzeExportNames.ts32 prop2: number; property in MyClass
/arkcompiler/ets_runtime/test/moduletest/storeicbyvalue/
Dstoreicbyvalue.js25 "prop2" : "val2", property
/arkcompiler/ets_frontend/arkguard/test/ut/utils/keep_export/
DexportFile1.ts18 prop2: number = 123; property in TestClass
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp891 const OpndDesc prop2(prop0->GetOperandType(), prop0->GetRegProp(), prop0->GetSize() / 2); in EmitLazyLoadStatic() local
942 const OpndDesc prop2(prop0->GetOperandType(), prop0->GetRegProp(), prop0->GetSize() / 2); in EmitArrayClassCacheLoad() local