Home
last modified time | relevance | path

Searched refs:scopeType (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource6.types751 …} 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
DparserRealSource6.js186 if (funcDecl.scopeType) {
187 return funcDecl.scopeType.containedScope;
389 if (funcDecl.scopeType) {
390 return funcDecl.scopeType.containedScope;
DparserRealSource6.errors.txt360 if (funcDecl.scopeType) {
361 return funcDecl.scopeType.containedScope;
DparserRealSource8.js303 funcDecl.scopeType = funcDecl.type;
729 funcDecl.scopeType = funcDecl.type;
DparserRealSource6.symbols549 if (funcDecl.scopeType) {
552 return funcDecl.scopeType.containedScope;
DparserRealSource8.types1515 funcDecl.scopeType = funcDecl.type;
1516 >funcDecl.scopeType = funcDecl.type : any
1517 >funcDecl.scopeType : any
1519 >scopeType : any
DparserRealSource11.js982 public scopeType: Type = null; // Type of the FuncDecl, before target typing
3337 _this.scopeType = null; // Type of the FuncDecl, before target typing
DparserRealSource8.errors.txt577 funcDecl.scopeType = funcDecl.type;
DparserRealSource8.symbols855 funcDecl.scopeType = funcDecl.type;
DparserRealSource11.symbols2749 public scopeType: Type = null; // Type of the FuncDecl, before target typing
2750 >scopeType : Symbol(FuncDecl.scopeType, Decl(parserRealSource11.ts, 979, 71))
DparserRealSource11.types4406 public scopeType: Type = null; // Type of the FuncDecl, before target typing
4407 >scopeType : any
DparserRealSource11.errors.txt1979 public scopeType: Type = null; // Type of the FuncDecl, before target typing
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource6.ts185 if (funcDecl.scopeType) {
186 return funcDecl.scopeType.containedScope;
DparserRealSource8.ts302 funcDecl.scopeType = funcDecl.type;
DparserRealSource11.ts981 public scopeType: Type = null; // Type of the FuncDecl, before target typing property in FuncDecl
/third_party/quickjs/
Ddebugger.c269 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()