Searched refs:pushTypeCollectionScope (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource6.js | 93 export function pushTypeCollectionScope(container: Symbol, function 311 …function pushTypeCollectionScope(container, valueMembers, ambientValueMembers, enclosedTypes, ambi… function 319 TypeScript.pushTypeCollectionScope = pushTypeCollectionScope;
|
| D | parserRealSource7.js | 281 pushTypeCollectionScope(typeSymbol, modType.members, 415 … pushTypeCollectionScope(typeSymbol, instanceType.members, instanceType.ambientMembers, null, null, 469 …pushTypeCollectionScope(interfaceSymbol, interfaceType.members, interfaceType.ambientMembers, null… 1061 …pushTypeCollectionScope(typeSymbol, modType.members, modType.ambientMembers, modType.enclosedTypes… 1163 …pushTypeCollectionScope(typeSymbol, instanceType.members, instanceType.ambientMembers, null, null,… 1206 …pushTypeCollectionScope(interfaceSymbol, interfaceType.members, interfaceType.ambientMembers, null…
|
| D | parserRealSource7.errors.txt | 107 …/ecmascript5/parserRealSource7.ts(280,9): error TS2304: Cannot find name 'pushTypeCollectionScope'. 165 …/ecmascript5/parserRealSource7.ts(414,9): error TS2304: Cannot find name 'pushTypeCollectionScope'. 188 …/ecmascript5/parserRealSource7.ts(468,9): error TS2304: Cannot find name 'pushTypeCollectionScope'. 800 pushTypeCollectionScope(typeSymbol, modType.members, 802 !!! error TS2304: Cannot find name 'pushTypeCollectionScope'. 1050 … pushTypeCollectionScope(typeSymbol, instanceType.members, instanceType.ambientMembers, null, null, 1052 !!! error TS2304: Cannot find name 'pushTypeCollectionScope'. 1150 …pushTypeCollectionScope(interfaceSymbol, interfaceType.members, interfaceType.ambientMembers, null… 1152 !!! error TS2304: Cannot find name 'pushTypeCollectionScope'.
|
| D | parserRealSource6.symbols | 259 export function pushTypeCollectionScope(container: Symbol, 260 >pushTypeCollectionScope : Symbol(pushTypeCollectionScope, Decl(parserRealSource6.ts, 89, 5))
|
| D | parserRealSource6.types | 330 export function pushTypeCollectionScope(container: Symbol, 331 >pushTypeCollectionScope : (container: Symbol, valueMembers: any, ambientValueMembers: any, enclose…
|
| D | parserRealSource7.types | 1483 pushTypeCollectionScope(typeSymbol, modType.members, 1484 >pushTypeCollectionScope(typeSymbol, modType.members, modType.ambien… 1485 >pushTypeCollectionScope : any 2248 … pushTypeCollectionScope(typeSymbol, instanceType.members, instanceType.ambientMembers, null, null, 2249 >pushTypeCollectionScope(typeSymbol, instanceType.members, instanceType.ambientMembers, null, null,… 2250 >pushTypeCollectionScope : any 2547 …pushTypeCollectionScope(interfaceSymbol, interfaceType.members, interfaceType.ambientMembers, null… 2548 >pushTypeCollectionScope(interfaceSymbol, interfaceType.members, interfaceType.ambientMembers, null… 2549 >pushTypeCollectionScope : any
|
| D | parserRealSource6.errors.txt | 213 export function pushTypeCollectionScope(container: Symbol,
|
| D | parserRealSource7.symbols | 771 pushTypeCollectionScope(typeSymbol, modType.members, 1117 … pushTypeCollectionScope(typeSymbol, instanceType.members, instanceType.ambientMembers, null, null, 1266 …pushTypeCollectionScope(interfaceSymbol, interfaceType.members, interfaceType.ambientMembers, null…
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource6.ts | 92 export function pushTypeCollectionScope(container: Symbol, function
|
| D | parserRealSource7.ts | 280 pushTypeCollectionScope(typeSymbol, modType.members, 414 … pushTypeCollectionScope(typeSymbol, instanceType.members, instanceType.ambientMembers, null, null, 468 …pushTypeCollectionScope(interfaceSymbol, interfaceType.members, interfaceType.ambientMembers, null…
|