Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-classes-12.ts21 prop1 = "base_prop1"; property in Base
43 prop1 = "B_prop1"; property in B
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/
Dtest-class-constructor1.ts18 prop1: number = 1; property in A
Dtest-class-constructor4.ts20 prop1: number = 1; property in B
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitPropertyAndName/
DclassTest.d.ts17 prop1: TestClass2; property in TestClass1
DinterfaceTest.d.ts17 prop1: TestInterface2; property
DmoduleTest.d.ts18 prop1: ns2.TestClass2; property in ns1.TestClass1
/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dsame_property_name.ts17 prop1: number = 100; property in MyClass
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases_api_version_10/
Dtest-class-constructor1.ts20 prop1: number = 1; property in B
/arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_property/keep_property1/
Dkeep_property.ts17 prop1: string = '1'; // keep property in KeepProperty1
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeModule.ts18 prop1: string = "123"; property in TestNs.NsClass
DanalyzeExportNames.ts31 prop1: string; property in MyClass
/arkcompiler/ets_frontend/es2panda/test/compiler/sendable/
Dsendable-field-type-4.ts31 static prop1: Enum1 = 0; property in A
Dsendable-field-type-3.ts32 static prop1: Enum1 = 0; property in A
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-16.ts40 prop1 = 1; property in A
/arkcompiler/ets_runtime/test/moduletest/storeicbyvalue/
Dstoreicbyvalue.js24 "prop1" : "val1", property
/arkcompiler/ets_frontend/arkguard/test/ut/utils/oh_modules/
DexportFile1.ts36 prop1 = "123"; property in TestClass2
/arkcompiler/ets_frontend/arkguard/test/ut/utils/keep_export/
DexportFile1.ts17 prop1: string = "123"; property in TestClass
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp714 const OpndDesc *prop1 = md->opndMD[1]; in EmitLazyLoad() local