Home
last modified time | relevance | path

Searched defs:prop3 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-18.ts34 prop3: number = 3; property in A
Dtest-ts-decorators-16.ts48 prop3 = 3; property in A
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/
Dtest-class-constructor4.ts22 constructor(public prop3: number = 3) { property in B
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases_api_version_10/
Dtest-class-constructor1.ts22 constructor(public prop3: number = 3) { property in B
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/04_class_cases/02_class_declaration/
D01_implement.ts60 prop3: number; property in C3
76 prop3: number; property in C5
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DsomeSimilarGrammars2.ts39 const { prop3, ...rest2} = {prop3: 3, prop4: 4}; constant
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DsomeSimilarGrammars2.ts39 const { prop3, ...rest2} = {prop3: 13, prop4: 14}; constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitPropertyAndName/
DmoduleTest.d.ts22 prop3: number; property
/arkcompiler/ets_runtime/test/moduletest/storeicbyvalue/
Dstoreicbyvalue.js26 "prop3" : "val3", property