/third_party/typescript/tests/baselines/reference/ |
D | sourceMapValidationForIn.symbols | 6 WScript.Echo(x); 7 >WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --)) 8 >WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --)) 16 WScript.Echo(x); 17 >WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --)) 18 >WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --)) 26 WScript.Echo(x2); 27 >WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --)) 28 >WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --)) 36 WScript.Echo(x); [all …]
|
D | sourceMapValidationForIn.js | 3 WScript.Echo(x); 6 WScript.Echo(x); 10 WScript.Echo(x2); 14 WScript.Echo(x); 19 WScript.Echo(x); 22 WScript.Echo(x); 25 WScript.Echo(x2); 28 WScript.Echo(x);
|
D | sourceMapValidationForIn.types | 6 WScript.Echo(x); 7 >WScript.Echo(x) : void 8 >WScript.Echo : (s: any) => void 9 >WScript : { Echo(s: any): void; StdErr: TextStreamWriter; StdOut: TextStreamWriter; Arguments: { l… 17 WScript.Echo(x); 18 >WScript.Echo(x) : void 19 >WScript.Echo : (s: any) => void 20 >WScript : { Echo(s: any): void; StdErr: TextStreamWriter; StdOut: TextStreamWriter; Arguments: { l… 28 WScript.Echo(x2); 29 >WScript.Echo(x2) : void [all …]
|
D | bpSpan_forIn.baseline | 8 2 > WScript.Echo(x); 11 >WScript.Echo(x) 17 >WScript.Echo(x) 26 5 > WScript.Echo(x); 29 >WScript.Echo(x) 35 >WScript.Echo(x) 47 >WScript.Echo(x2) 50 9 > WScript.Echo(x2); 53 >WScript.Echo(x2) 59 >WScript.Echo(x2) [all …]
|
D | sourceMapValidationFor.symbols | 7 WScript.Echo("i: " + i); 8 >WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --)) 9 >WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --)) 18 WScript.Echo("i: " + i); 19 >WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --)) 20 >WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --))
|
D | sourceMapValidationForIn.sourcemap.txt | 34 >>> WScript.Echo(x); 45 2 > WScript 90 >>> WScript.Echo(x); 101 2 > WScript 149 >>> WScript.Echo(x2); 160 2 > WScript 206 >>> WScript.Echo(x); 217 2 > WScript
|
D | sourceMapValidationFor.types | 11 WScript.Echo("i: " + i); 12 >WScript.Echo("i: " + i) : void 13 >WScript.Echo : (s: any) => void 14 >WScript : { Echo(s: any): void; StdErr: TextStreamWriter; StdOut: TextStreamWriter; Arguments: { l… 30 WScript.Echo("i: " + i); 31 >WScript.Echo("i: " + i) : void 32 >WScript.Echo : (s: any) => void 33 >WScript : { Echo(s: any): void; StdErr: TextStreamWriter; StdOut: TextStreamWriter; Arguments: { l…
|
D | sourceMapValidationFor.js | 3 WScript.Echo("i: " + i); 7 WScript.Echo("i: " + i); 38 WScript.Echo("i: " + i); 41 WScript.Echo("i: " + i);
|
D | bpSpan_for.baseline | 18 2 > WScript.Echo("i: " + i); 21 >WScript.Echo("i: " + i) 27 >WScript.Echo("i: " + i) 49 >WScript.Echo("i: " + i) 52 6 > WScript.Echo("i: " + i); 55 >WScript.Echo("i: " + i) 61 >WScript.Echo("i: " + i)
|
D | defaultIndexProps2.types | 15 // WScript.Echo(f[0]); 23 // WScript.Echo(o[0]);
|
D | defaultIndexProps2.symbols | 13 // WScript.Echo(f[0]); 19 // WScript.Echo(o[0]);
|
D | callOverloads1.types | 5 bar1() { /*WScript.Echo("bar1");*/ } 11 // WScript.Echo("Constructor function has executed");
|
D | sourceMapValidationFor.errors.txt | 6 WScript.Echo("i: " + i); 10 WScript.Echo("i: " + i);
|
D | callOverloads3.types | 12 bar1() { /*WScript.Echo("bar1");*/ } 18 // WScript.Echo("Constructor function has executed");
|
D | callOverloads4.types | 12 bar1() { /*WScript.Echo("bar1");*/ } 21 // WScript.Echo("Constructor function has executed");
|
D | callOverloads1.errors.txt | 11 bar1() { /*WScript.Echo("bar1");*/ } 14 // WScript.Echo("Constructor function has executed");
|
D | callOverloads2.types | 5 bar1() { /*WScript.Echo("bar1");*/ } 11 // WScript.Echo("Constructor function has executed");
|
D | callOverloads5.types | 20 bar1(a:any) { /*WScript.Echo(a);*/ } 27 // WScript.Echo("Constructor function has executed");
|
/third_party/curl/lib/ |
D | mk-ca-bundle.vbs | 59 Set objNetwork = WScript.CreateObject("WScript.Network") 60 Set objShell = WScript.CreateObject("WScript.Shell") 61 Set objFSO = WScript.CreateObject("Scripting.FileSystemObject") 62 Set objHttp = WScript.CreateObject("WinHttp.WinHttpRequest.5.1") 63 If objHttp Is Nothing Then Set objHttp = WScript.CreateObject("WinHttp.WinHttpRequest") 64 myBase = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName, "\")) 65 mySelf = Left(WScript.ScriptName, InstrRev(WScript.ScriptName, ".") - 1) & " " & myVersion 74 WScript.Quit 1 79 WScript.Quit 1 122 objHttp.setRequestHeader "User-Agent", WScript.ScriptName & "/" & myVersion [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | sourceMapValidationForIn.ts | 3 WScript.Echo(x); 6 WScript.Echo(x); 10 WScript.Echo(x2); 14 WScript.Echo(x);
|
D | sourceMapValidationFor.ts | 3 WScript.Echo("i: " + i); 7 WScript.Echo("i: " + i);
|
/third_party/libxml2/win32/ |
D | configure.js | 112 txt += " cscript " + WScript.ScriptName + " <options>\n"; 113 txt += " cscript " + WScript.ScriptName + " help\n\n"; 172 WScript.Echo(txt); 192 vf.WriteLine("# This file is generated automatically by " + WScript.ScriptName + "."); 273 vf.WriteLine(" This file is generated automatically by " + WScript.ScriptName + "."); 452 for (i = 0; (i < WScript.Arguments.length) && (error == 0); i++) { 454 arg = WScript.Arguments(i); 561 genReadme(WScript.Arguments(1), WScript.Arguments(2), WScript.Arguments(3)); 562 WScript.Quit(0); 565 WScript.Quit(0); [all …]
|
/third_party/node/deps/npm/bin/ |
D | npm-cli.js | 5 if (typeof WScript !== 'undefined') { 6 WScript.echo( 13 WScript.quit(1)
|
/third_party/typescript/src/lib/ |
D | scripthost.d.ts | 100 declare var WScript: { variable 207 declare var WSH: typeof WScript;
|
/third_party/typescript/lib/ |
D | lib.scripthost.d.ts | 120 declare var WScript: { variable 227 declare var WSH: typeof WScript;
|