Home
last modified time | relevance | path

Searched refs:WScript (Results 1 – 25 of 67) 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");
DcallOverloads4.types12 bar1() { /*WScript.Echo("bar1");*/ }
21 // 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");
DcallOverloads2.types5 bar1() { /*WScript.Echo("bar1");*/ }
11 // WScript.Echo("Constructor function has executed");
DsourceMapValidationFor.sourcemap.txt55 >>> WScript.Echo("i: " + i);
68 2 > WScript
139 >>> WScript.Echo("i: " + i);
152 2 > WScript
DconstructorOverloads1.types19 bar1() { /*WScript.Echo("bar1");*/ }
22 bar2() { /*WScript.Echo("bar1");*/ }
/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/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/chakra/
Dload.js5 if (this.WScript && this.WScript.LoadScriptFile) {
6 WScript.LoadScriptFile("load1.js");
Dload_expected.js15 if (this.WScript && this.WScript.LoadScriptFile) {}
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
Dstubs.js20 WScript;
22 this.WScript = new Proxy({}, { property
/third_party/typescript/lib/
Dlib.scripthost.d.ts120 declare var WScript: { variable
227 declare var WSH: typeof WScript;
/third_party/typescript/src/lib/
Dscripthost.d.ts100 declare var WScript: { variable
207 declare var WSH: typeof WScript;

123