File: parserVariableDeclaration3.symbols

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (17 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=== tests/cases/conformance/parser/ecmascript5/VariableDeclarations/parserVariableDeclaration3.ts ===
function runTests() {
>runTests : Symbol(runTests, Decl(parserVariableDeclaration3.ts, 0, 0))

    var outfile = new Harness.Compiler.WriterAggregator()
>outfile : Symbol(outfile, Decl(parserVariableDeclaration3.ts, 1, 7))

      , outerr = new Harness.Compiler.WriterAggregator()
>outerr : Symbol(outerr, Decl(parserVariableDeclaration3.ts, 2, 7))

      , compiler = <TypeScript.TypeScriptCompiler>new TypeScript.TypeScriptCompiler(outerr)
>compiler : Symbol(compiler, Decl(parserVariableDeclaration3.ts, 3, 7))
>outerr : Symbol(outerr, Decl(parserVariableDeclaration3.ts, 2, 7))

      , code;
>code : Symbol(code, Decl(parserVariableDeclaration3.ts, 4, 7))
}