/third_party/typescript/tests/baselines/reference/ |
D | typeFromPropertyAssignment32.symbols | 1 === 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 …]
|
D | typeFromPropertyAssignment33.symbols | 3 …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 …]
|
D | declarationEmitOfFuncspace.symbols | 1 === 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))
|
D | typeFromPropertyAssignment36.types | 189 >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 …]
|
D | propertyAssignmentOnImportedSymbol.types | 10 hurk.expando = 4 11 >hurk.expando = 4 : 4 12 >hurk.expando : any 14 >expando : any
|
D | typeFromPropertyAssignment36.js | 63 g.expando = 1 65 g.expando // error 135 g.expando = 1; 137 g.expando; // error
|
D | typeFromPropertyAssignment36.errors.txt | 3 …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.
|
D | typeFromPropertyAssignment36.symbols | 152 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))
|
D | typeFromPropertyAssignment33.errors.txt | 1 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) ====
|
D | typeFromPropertyAssignment32.errors.txt | 1 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) ====
|
D | expandoOnAlias.errors.txt | 17 // 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
|
D | expandoOnAlias.types | 28 // 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
|
D | expandoOnAlias.symbols | 21 // 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
|
D | declarationEmitOfFuncspace.types | 1 === tests/cases/compiler/expando.ts ===
|
D | propertyAssignmentOnImportedSymbol.symbols | 9 hurk.expando = 4
|
D | typeFromPropertyAssignment30.types | 13 // should not be an expando object, but contextually typed by Combo.p
|
D | typeFromPropertyAssignment30.symbols | 14 // should not be an expando object, but contextually typed by Combo.p
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromPropertyAssignment36.ts | 63 g.expando = 1 65 g.expando // error
|
D | propertyAssignmentOnImportedSymbol.ts | 8 hurk.expando = 4
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | jquery-3.1.0.js | 267 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 …]
|
D | jquery.js | 2 …(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.… property 3 …expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(… 4 …expando]?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/ |
D | jquery-3.1.0.js | 267 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 …]
|
D | jquery.js | 2 …(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.… property 3 …expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(… 4 …expando]?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/ |
D | jquery-3.1.0.js | 267 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 …]
|
D | jquery.js | 2 …(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.… property 3 …expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(… 4 …expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnames…
|