Home
last modified time | relevance | path

Searched refs:prot2 (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsdocAccessibilityTags.types65 this.prot2 = 2;
66 >this.prot2 = 2 : 2
67 >this.prot2 : any
69 >prot2 : any
118 this.priv2 + this.prot2 + this.pub2
119 >this.priv2 + this.prot2 + this.pub2 : number
120 >this.priv2 + this.prot2 : number
124 >this.prot2 : number
126 >prot2 : number
164 new C().priv2 + new C().prot2 + new C().pub2
[all …]
DjsdocAccessibilityTags.symbols60 this.prot2 = 2;
61 >this.prot2 : Symbol(C.prot2, Decl(jsdocAccessibilityTag.js, 31, 23))
63 >prot2 : Symbol(C.prot2, Decl(jsdocAccessibilityTag.js, 31, 23))
107 this.priv2 + this.prot2 + this.pub2
111 >this.prot2 : Symbol(C.prot2, Decl(jsdocAccessibilityTag.js, 31, 23))
113 >prot2 : Symbol(C.prot2, Decl(jsdocAccessibilityTag.js, 31, 23))
141 new C().priv2 + new C().prot2 + new C().pub2
145 >new C().prot2 : Symbol(C.prot2, Decl(jsdocAccessibilityTag.js, 31, 23))
147 >prot2 : Symbol(C.prot2, Decl(jsdocAccessibilityTag.js, 31, 23))
152 new D().priv2 + new D().prot2 + new D().pub2
[all …]
DjsdocAccessibilityTags.errors.txt10 tests/cases/conformance/jsdoc/jsdocAccessibilityTag.js(60,25): error TS2445: Property 'prot2' is pr…
12 tests/cases/conformance/jsdoc/jsdocAccessibilityTag.js(61,25): error TS2445: Property 'prot2' is pr…
57 this.prot2 = 2;
76 this.priv2 + this.prot2 + this.pub2
91 new C().priv2 + new C().prot2 + new C().pub2
95 !!! error TS2445: Property 'prot2' is protected and only accessible within class 'C' and its subcla…
96 new D().priv2 + new D().prot2 + new D().pub2
100 !!! error TS2445: Property 'prot2' is protected and only accessible within class 'C' and its subcla…
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocAccessibilityTags.ts44 this.prot2 = 2;
61 this.priv2 + this.prot2 + this.pub2
66 new C().priv2 + new C().prot2 + new C().pub2
67 new D().priv2 + new D().prot2 + new D().pub2
/third_party/selinux/checkpolicy/
Dpolicy_define.c5021 unsigned int prot2, low2, high2; in define_port_context() local
5023 prot2 = c->u.port.protocol; in define_port_context()
5026 if (protocol != prot2) in define_port_context()