Home
last modified time | relevance | path

Searched defs:protected (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DderivedClassOverridesProtectedMembers.ts36 protected a: typeof x; variable
37 protected b(a: typeof x) { } variable
38 protected get c() { variable
43 protected set c(v: typeof x) { } variable
44 protected d: (a: typeof x) => void; variable
DderivedClassOverridesProtectedMembers2.ts36 protected a: typeof x; variable
37 protected b(a: typeof x) { } variable
38 protected get c() { variable
43 protected set c(v: typeof x) { } variable
44 protected d: (a: typeof x) => void ; variable
DpropertyNamesOfReservedWords.ts416 protected, enumerator