Searched refs:scopeType (Results 1 – 16 of 16) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource6.types | 751 …} if (funcDecl.scopeType) { return funcD… 755 …} if (funcDecl.scopeType) { return funcD… 794 if (funcDecl.scopeType) { 795 >funcDecl.scopeType : any 797 >scopeType : any 799 return funcDecl.scopeType.containedScope; 800 >funcDecl.scopeType.containedScope : any 801 >funcDecl.scopeType : any 803 >scopeType : any
|
D | parserRealSource6.js | 186 if (funcDecl.scopeType) { 187 return funcDecl.scopeType.containedScope; 389 if (funcDecl.scopeType) { 390 return funcDecl.scopeType.containedScope;
|
D | parserRealSource6.errors.txt | 360 if (funcDecl.scopeType) { 361 return funcDecl.scopeType.containedScope;
|
D | parserRealSource8.js | 303 funcDecl.scopeType = funcDecl.type; 729 funcDecl.scopeType = funcDecl.type;
|
D | parserRealSource6.symbols | 549 if (funcDecl.scopeType) { 552 return funcDecl.scopeType.containedScope;
|
D | parserRealSource8.types | 1515 funcDecl.scopeType = funcDecl.type; 1516 >funcDecl.scopeType = funcDecl.type : any 1517 >funcDecl.scopeType : any 1519 >scopeType : any
|
D | parserRealSource11.js | 982 public scopeType: Type = null; // Type of the FuncDecl, before target typing 3337 _this.scopeType = null; // Type of the FuncDecl, before target typing
|
D | parserRealSource8.errors.txt | 577 funcDecl.scopeType = funcDecl.type;
|
D | parserRealSource8.symbols | 855 funcDecl.scopeType = funcDecl.type;
|
D | parserRealSource11.symbols | 2749 public scopeType: Type = null; // Type of the FuncDecl, before target typing 2750 >scopeType : Symbol(FuncDecl.scopeType, Decl(parserRealSource11.ts, 979, 71))
|
D | parserRealSource11.types | 4406 public scopeType: Type = null; // Type of the FuncDecl, before target typing 4407 >scopeType : any
|
D | parserRealSource11.errors.txt | 1979 public scopeType: Type = null; // Type of the FuncDecl, before target typing
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource6.ts | 185 if (funcDecl.scopeType) { 186 return funcDecl.scopeType.containedScope;
|
D | parserRealSource8.ts | 302 funcDecl.scopeType = funcDecl.type;
|
D | parserRealSource11.ts | 981 public scopeType: Type = null; // Type of the FuncDecl, before target typing property in FuncDecl
|
/third_party/quickjs/ |
D | debugger.c | 269 static void DBG_SetScopes(JSContext *cx, JSValue scopes, int scopeCount, int scopeType, int frameId) in DBG_SetScopes() argument 277 switch (scopeType) { in DBG_SetScopes() 292 JS_NewInt32(cx, (frameId << FRAME_MOVE_TWO_STEP) + scopeType)); in DBG_SetScopes()
|