Home
last modified time | relevance | path

Searched refs:expando (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment32.symbols1 === tests/cases/conformance/salsa/expando.ts ===
3 …mbol(ExpandoMerge, Decl(expando.ts, 0, 0), Decl(expando.ts, 2, 1), Decl(expando.ts, 3, 21), Decl(e…
4 >n : Symbol(n, Decl(expando.ts, 0, 22))
7 >n : Symbol(n, Decl(expando.ts, 0, 22))
10 >ExpandoMerge.p1 : Symbol(ExpandoMerge.p1, Decl(expando.ts, 2, 1))
11 …mbol(ExpandoMerge, Decl(expando.ts, 0, 0), Decl(expando.ts, 2, 1), Decl(expando.ts, 3, 21), Decl(e…
12 >p1 : Symbol(ExpandoMerge.p1, Decl(expando.ts, 2, 1))
15 >ExpandoMerge.m : Symbol(ExpandoMerge.m, Decl(expando.ts, 3, 21))
16 …mbol(ExpandoMerge, Decl(expando.ts, 0, 0), Decl(expando.ts, 2, 1), Decl(expando.ts, 3, 21), Decl(e…
17 >m : Symbol(ExpandoMerge.m, Decl(expando.ts, 3, 21))
[all …]
DtypeFromPropertyAssignment33.symbols3 …erge, Decl(ns.ts, 0, 0), Decl(ns.ts, 8, 1), Decl(expando.ts, 0, 0), Decl(expando.ts, 2, 1), Decl(e…
9 >p4 : Symbol(p4, Decl(ns.ts, 2, 14), Decl(expando.ts, 6, 1))
12 >p5 : Symbol(p5, Decl(ns.ts, 3, 14), Decl(expando.ts, 7, 24))
15 >p6 : Symbol(p6, Decl(ns.ts, 4, 14), Decl(expando.ts, 8, 25))
18 >p7 : Symbol(p7, Decl(ns.ts, 5, 14), Decl(expando.ts, 9, 24))
21 >p8 : Symbol(p8, Decl(ns.ts, 6, 14), Decl(expando.ts, 10, 25))
24 >p9 : Symbol(p9, Decl(ns.ts, 7, 14), Decl(expando.ts, 11, 24))
27 …erge, Decl(ns.ts, 0, 0), Decl(ns.ts, 8, 1), Decl(expando.ts, 0, 0), Decl(expando.ts, 2, 1), Decl(e…
34 === tests/cases/conformance/salsa/expando.ts ===
36 …erge, Decl(ns.ts, 0, 0), Decl(ns.ts, 8, 1), Decl(expando.ts, 0, 0), Decl(expando.ts, 2, 1), Decl(e…
[all …]
DdeclarationEmitOfFuncspace.symbols1 === tests/cases/compiler/expando.ts ===
4 >ExpandoMerge : Symbol(ExpandoMerge, Decl(expando.ts, 0, 0), Decl(expando.ts, 3, 1))
5 >n : Symbol(n, Decl(expando.ts, 1, 22))
8 >n : Symbol(n, Decl(expando.ts, 1, 22))
11 >ExpandoMerge : Symbol(ExpandoMerge, Decl(expando.ts, 0, 0), Decl(expando.ts, 3, 1))
14 >I : Symbol(I, Decl(expando.ts, 4, 24))
DtypeFromPropertyAssignment36.types189 >g : { (): void; expando: number; both: string | number; }
190 >function() {} : { (): void; expando: number; both: string | number; }
197 g.expando = 1
198 >g.expando = 1 : 1
199 >g.expando : number
200 >g : { (): void; expando: number; both: string | number; }
201 >expando : number
204 g.expando // error
205 >g.expando : number
206 >g : { (): void; expando: number; both: string | number; }
[all …]
DpropertyAssignmentOnImportedSymbol.types10 hurk.expando = 4
11 >hurk.expando = 4 : 4
12 >hurk.expando : any
14 >expando : any
DtypeFromPropertyAssignment36.js63 g.expando = 1
65 g.expando // error
135 g.expando = 1;
137 g.expando; // error
DtypeFromPropertyAssignment36.errors.txt3 …nce/salsa/typeFromPropertyAssignment36.ts(64,3): error TS2565: Property 'expando' is used before b…
72 g.expando = 1
74 g.expando // error
76 !!! error TS2565: Property 'expando' is used before being assigned.
DtypeFromPropertyAssignment36.symbols152 g.expando = 1
153 >g.expando : Symbol(g.expando, Decl(typeFromPropertyAssignment36.ts, 60, 14))
155 >expando : Symbol(g.expando, Decl(typeFromPropertyAssignment36.ts, 60, 14))
157 g.expando // error
158 >g.expando : Symbol(g.expando, Decl(typeFromPropertyAssignment36.ts, 60, 14))
160 >expando : Symbol(g.expando, Decl(typeFromPropertyAssignment36.ts, 60, 14))
DtypeFromPropertyAssignment33.errors.txt1 tests/cases/conformance/salsa/expando.ts(12,1): error TS2322: Type 'boolean' is not assignable to t…
2 tests/cases/conformance/salsa/expando.ts(13,1): error TS2322: Type 'boolean' is not assignable to t…
26 ==== tests/cases/conformance/salsa/expando.ts (2 errors) ====
DtypeFromPropertyAssignment32.errors.txt1 tests/cases/conformance/salsa/expando.ts(12,1): error TS2322: Type 'boolean' is not assignable to t…
2 tests/cases/conformance/salsa/expando.ts(13,1): error TS2322: Type 'boolean' is not assignable to t…
7 ==== tests/cases/conformance/salsa/expando.ts (2 errors) ====
DexpandoOnAlias.errors.txt17 // This is not an expando declaration; it's just a plain property assignment.
20 // This is not an expando declaration; it works because non-strict JS allows
DexpandoOnAlias.types28 // This is not an expando declaration; it's just a plain property assignment.
36 // This is not an expando declaration; it works because non-strict JS allows
DexpandoOnAlias.symbols21 // This is not an expando declaration; it's just a plain property assignment.
27 // This is not an expando declaration; it works because non-strict JS allows
DdeclarationEmitOfFuncspace.types1 === tests/cases/compiler/expando.ts ===
DpropertyAssignmentOnImportedSymbol.symbols9 hurk.expando = 4
DtypeFromPropertyAssignment30.types13 // should not be an expando object, but contextually typed by Combo.p
DtypeFromPropertyAssignment30.symbols14 // should not be an expando object, but contextually typed by Combo.p
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment36.ts63 g.expando = 1
65 g.expando // error
DpropertyAssignmentOnImportedSymbol.ts8 hurk.expando = 4
/third_party/boost/libs/hof/doc/html/_static/
Djquery-3.1.0.js267 expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), property
580 expando = "sizzle" + 1 * new Date(),
856 context.setAttribute( "id", (nid = expando) );
880 if ( nid === expando ) {
918 fn[ expando ] = true;
1143 docElem.appendChild( el ).id = expando;
1144 return !document.getElementsByName || !document.getElementsByName( expando ).length;
1239 docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1240 "<select id='" + expando + "-\r\\' msallowcapture=''>" +
1258 if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
[all …]
Djquery.js2 …(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.… property
3expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(…
4expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnames…
/third_party/boost/libs/python/doc/html/numpy/_static/
Djquery-3.1.0.js267 expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), property
580 expando = "sizzle" + 1 * new Date(),
856 context.setAttribute( "id", (nid = expando) );
880 if ( nid === expando ) {
918 fn[ expando ] = true;
1143 docElem.appendChild( el ).id = expando;
1144 return !document.getElementsByName || !document.getElementsByName( expando ).length;
1239 docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1240 "<select id='" + expando + "-\r\\' msallowcapture=''>" +
1258 if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
[all …]
Djquery.js2 …(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.… property
3expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(…
4expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnames…
/third_party/boost/libs/gil/doc/html/_static/
Djquery-3.1.0.js267 expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), property
580 expando = "sizzle" + 1 * new Date(),
856 context.setAttribute( "id", (nid = expando) );
880 if ( nid === expando ) {
918 fn[ expando ] = true;
1143 docElem.appendChild( el ).id = expando;
1144 return !document.getElementsByName || !document.getElementsByName( expando ).length;
1239 docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1240 "<select id='" + expando + "-\r\\' msallowcapture=''>" +
1258 if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
[all …]
Djquery.js2 …(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.… property
3expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(…
4expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnames…

12