Home
last modified time | relevance | path

Searched refs:WScript (Results 1 – 25 of 65) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DsourceMapValidationForIn.symbols6 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 …]
DsourceMapValidationForIn.js3 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);
DsourceMapValidationForIn.types6 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 …]
DbpSpan_forIn.baseline8 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 …]
DsourceMapValidationFor.symbols7 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, --, --))
DsourceMapValidationForIn.sourcemap.txt34 >>> 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
DsourceMapValidationFor.types11 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…
DsourceMapValidationFor.js3 WScript.Echo("i: " + i);
7 WScript.Echo("i: " + i);
38 WScript.Echo("i: " + i);
41 WScript.Echo("i: " + i);
DbpSpan_for.baseline18 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)
DdefaultIndexProps2.types15 // WScript.Echo(f[0]);
23 // WScript.Echo(o[0]);
DdefaultIndexProps2.symbols13 // WScript.Echo(f[0]);
19 // WScript.Echo(o[0]);
DcallOverloads1.types5 bar1() { /*WScript.Echo("bar1");*/ }
11 // WScript.Echo("Constructor function has executed");
DsourceMapValidationFor.errors.txt6 WScript.Echo("i: " + i);
10 WScript.Echo("i: " + i);
DcallOverloads3.types12 bar1() { /*WScript.Echo("bar1");*/ }
18 // WScript.Echo("Constructor function has executed");
DcallOverloads4.types12 bar1() { /*WScript.Echo("bar1");*/ }
21 // WScript.Echo("Constructor function has executed");
DcallOverloads1.errors.txt11 bar1() { /*WScript.Echo("bar1");*/ }
14 // WScript.Echo("Constructor function has executed");
DcallOverloads2.types5 bar1() { /*WScript.Echo("bar1");*/ }
11 // WScript.Echo("Constructor function has executed");
DcallOverloads5.types20 bar1(a:any) { /*WScript.Echo(a);*/ }
27 // WScript.Echo("Constructor function has executed");
/third_party/curl/lib/
Dmk-ca-bundle.vbs59 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/
DsourceMapValidationForIn.ts3 WScript.Echo(x);
6 WScript.Echo(x);
10 WScript.Echo(x2);
14 WScript.Echo(x);
DsourceMapValidationFor.ts3 WScript.Echo("i: " + i);
7 WScript.Echo("i: " + i);
/third_party/libxml2/win32/
Dconfigure.js112 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/
Dnpm-cli.js5 if (typeof WScript !== 'undefined') {
6 WScript.echo(
13 WScript.quit(1)
/third_party/typescript/src/lib/
Dscripthost.d.ts100 declare var WScript: { variable
207 declare var WSH: typeof WScript;
/third_party/typescript/lib/
Dlib.scripthost.d.ts120 declare var WScript: { variable
227 declare var WSH: typeof WScript;

123