Home
last modified time | relevance | path

Searched refs:getScriptFragmentStartAST (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource6.js61 public getScriptFragmentStartAST(): AST {
66 return this.getScriptFragmentStartAST().minChar;
71 var ast = this.getScriptFragmentStartAST();
280 EnclosingScopeContext.prototype.getScriptFragmentStartAST = function () { method in EnclosingScopeContext
284 return this.getScriptFragmentStartAST().minChar;
288 var ast = this.getScriptFragmentStartAST();
DparserRealSource6.symbols129 public getScriptFragmentStartAST(): AST {
130 >getScriptFragmentStartAST : Symbol(EnclosingScopeContext.getScriptFragmentStartAST, Decl(parserRea…
141 return this.getScriptFragmentStartAST().minChar;
142 >this.getScriptFragmentStartAST : Symbol(EnclosingScopeContext.getScriptFragmentStartAST, Decl(pars…
144 >getScriptFragmentStartAST : Symbol(EnclosingScopeContext.getScriptFragmentStartAST, Decl(parserRea…
155 var ast = this.getScriptFragmentStartAST();
157 >this.getScriptFragmentStartAST : Symbol(EnclosingScopeContext.getScriptFragmentStartAST, Decl(pars…
159 >getScriptFragmentStartAST : Symbol(EnclosingScopeContext.getScriptFragmentStartAST, Decl(parserRea…
DparserRealSource6.types147 public getScriptFragmentStartAST(): AST {
148 >getScriptFragmentStartAST : () => any
159 return this.getScriptFragmentStartAST().minChar;
160 >this.getScriptFragmentStartAST().minChar : any
161 >this.getScriptFragmentStartAST() : any
162 >this.getScriptFragmentStartAST : () => any
164 >getScriptFragmentStartAST : () => any
178 var ast = this.getScriptFragmentStartAST();
180 >this.getScriptFragmentStartAST() : any
181 >this.getScriptFragmentStartAST : () => any
[all …]
DparserRealSource6.errors.txt167 public getScriptFragmentStartAST(): AST {
174 return this.getScriptFragmentStartAST().minChar;
181 var ast = this.getScriptFragmentStartAST();
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource6.ts60 public getScriptFragmentStartAST(): AST { method in EnclosingScopeContext
65 return this.getScriptFragmentStartAST().minChar;
70 var ast = this.getScriptFragmentStartAST();