| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource9.js | 20 extendsList[i] = typeLink.type.instanceType; 68 …lic resolveSignatureGroup(signatureGroup: SignatureGroup, scope: SymbolScope, instanceType: Type) { 72 if (instanceType) { 73 signature.returnType.type = instanceType; 95 public bindType(scope: SymbolScope, type: Type, instanceType: Type): void { 96 if (instanceType) { 97 this.bindType(scope, instanceType, null); 133 this.resolveSignatureGroup(type.construct, scope, instanceType); 176 this.bindType(scope, typeSymbol.type, typeSymbol.instanceType); 181 … this.bindType(scope, typeSymbol.expansions[i], typeSymbol.instanceType); [all …]
|
| D | parserRealSource9.types | 92 extendsList[i] = typeLink.type.instanceType; 93 >extendsList[i] = typeLink.type.instanceType : any 97 >typeLink.type.instanceType : any 101 >instanceType : any 344 …lic resolveSignatureGroup(signatureGroup: SignatureGroup, scope: SymbolScope, instanceType: Type) { 345 >resolveSignatureGroup : (signatureGroup: SignatureGroup, scope: SymbolScope, instanceType: Type) =… 348 >instanceType : Type 381 if (instanceType) { 382 >instanceType : Type 384 signature.returnType.type = instanceType; [all …]
|
| D | parserRealSource7.js | 39 field.typeLink.type = classType.instanceType; 53 signature.returnType.type = type.instanceType; 75 sig.returnType.type = child.instanceType; 295 var instanceType: Type; variable 343 instanceType = new Type(); variable 344 instanceType.setHasImplementation(); 345 classType.instanceType = instanceType; 349 …instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new String… 350 …instanceType.ambientMembers = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new… 354 typeSymbol.instanceType = instanceType; [all …]
|
| D | parserRealSource9.symbols | 69 extendsList[i] = typeLink.type.instanceType; 206 …lic resolveSignatureGroup(signatureGroup: SignatureGroup, scope: SymbolScope, instanceType: Type) { 212 >instanceType : Symbol(instanceType, Decl(parserRealSource9.ts, 66, 88)) 232 if (instanceType) { 233 >instanceType : Symbol(instanceType, Decl(parserRealSource9.ts, 66, 88)) 235 signature.returnType.type = instanceType; 237 >instanceType : Symbol(instanceType, Decl(parserRealSource9.ts, 66, 88)) 301 public bindType(scope: SymbolScope, type: Type, instanceType: Type): void { 307 >instanceType : Symbol(instanceType, Decl(parserRealSource9.ts, 93, 55)) 310 if (instanceType) { [all …]
|
| D | parserRealSource7.types | 160 field.typeLink.type = classType.instanceType; 161 >field.typeLink.type = classType.instanceType : any 167 >classType.instanceType : any 169 >instanceType : any 249 signature.returnType.type = type.instanceType; 250 >signature.returnType.type = type.instanceType : any 256 >type.instanceType : any 258 >instanceType : any 403 sig.returnType.type = child.instanceType; 404 >sig.returnType.type = child.instanceType : any [all …]
|
| D | parserRealSource6.types | 541 … return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.… 545 … return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.… 547 …return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.inst… 548 >(ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.instanceTyp… 549 >(ast.type === null || ast.type.instanceType.containedScope === null) : boolean 550 >ast.type === null || ast.type.instanceType.containedScope === null : boolean 556 >ast.type.instanceType.containedScope === null : boolean 557 >ast.type.instanceType.containedScope : any 558 >ast.type.instanceType : any 562 >instanceType : any [all …]
|
| D | parserRealSource8.js | 122 var instanceType = classType.instanceType; 123 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType); 124 instanceType.memberScope = memberScope; 126 aggScope = new SymbolAggregateScope(instanceType.symbol); 129 pushAssignScope(aggScope, context, instanceType, classType, null); 130 instanceType.containedScope = aggScope; 573 var instanceType = classType.instanceType; 574 memberScope = context.typeFlow.checker.scopeOf(instanceType); 575 instanceType.memberScope = memberScope; 576 aggScope = new SymbolAggregateScope(instanceType.symbol); [all …]
|
| D | parserRealSource7.symbols | 113 field.typeLink.type = classType.instanceType; 154 signature.returnType.type = type.instanceType; 223 sig.returnType.type = child.instanceType; 847 var instanceType: Type; 848 >instanceType : Symbol(instanceType, Decl(parserRealSource7.ts, 293, 11)) 977 instanceType = new Type(); 978 >instanceType : Symbol(instanceType, Decl(parserRealSource7.ts, 293, 11)) 980 instanceType.setHasImplementation(); 981 >instanceType : Symbol(instanceType, Decl(parserRealSource7.ts, 293, 11)) 983 classType.instanceType = instanceType; [all …]
|
| D | parserRealSource9.errors.txt | 75 extendsList[i] = typeLink.type.instanceType; 127 …lic resolveSignatureGroup(signatureGroup: SignatureGroup, scope: SymbolScope, instanceType: Type) { 137 if (instanceType) { 138 signature.returnType.type = instanceType; 162 public bindType(scope: SymbolScope, type: Type, instanceType: Type): void { 169 if (instanceType) { 170 this.bindType(scope, instanceType, null); 212 this.resolveSignatureGroup(type.construct, scope, instanceType); 281 this.bindType(scope, typeSymbol.type, typeSymbol.instanceType); 286 … this.bindType(scope, typeSymbol.expansions[i], typeSymbol.instanceType);
|
| D | parserRealSource6.js | 137 …return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.inst… 344 …return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.inst…
|
| D | parserRealSource8.types | 494 var instanceType = classType.instanceType; 495 >instanceType : any 496 >classType.instanceType : any 498 >instanceType : any 500 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType); 501 >memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType) : SymbolTableScope 503 ><SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType) : SymbolTableScope 504 >context.typeFlow.checker.scopeOf(instanceType) : any 512 >instanceType : any 514 instanceType.memberScope = memberScope; [all …]
|
| D | parserRealSource8.symbols | 361 var instanceType = classType.instanceType; 362 >instanceType : Symbol(instanceType, Decl(parserRealSource8.ts, 120, 15)) 365 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType); 371 >instanceType : Symbol(instanceType, Decl(parserRealSource8.ts, 120, 15)) 373 instanceType.memberScope = memberScope; 374 >instanceType : Symbol(instanceType, Decl(parserRealSource8.ts, 120, 15)) 377 aggScope = new SymbolAggregateScope(instanceType.symbol); 379 >instanceType : Symbol(instanceType, Decl(parserRealSource8.ts, 120, 15)) 387 pushAssignScope(aggScope, context, instanceType, classType, null); 391 >instanceType : Symbol(instanceType, Decl(parserRealSource8.ts, 120, 15)) [all …]
|
| D | parserRealSource7.errors.txt | 374 field.typeLink.type = classType.instanceType; 400 signature.returnType.type = type.instanceType; 436 sig.returnType.type = child.instanceType; 828 var instanceType: Type; 906 instanceType = new Type(); 909 instanceType.setHasImplementation(); 910 classType.instanceType = instanceType; 930 …instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new String… 939 …instanceType.ambientMembers = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new… 953 typeSymbol.instanceType = instanceType; [all …]
|
| D | parserRealSource8.errors.txt | 300 var instanceType = classType.instanceType; 301 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType); 304 instanceType.memberScope = memberScope; 306 aggScope = new SymbolAggregateScope(instanceType.symbol); 311 pushAssignScope(aggScope, context, instanceType, classType, null); 312 instanceType.containedScope = aggScope;
|
| D | parserRealSource6.errors.txt | 291 …return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.inst…
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource9.ts | 19 extendsList[i] = typeLink.type.instanceType; 67 …lic resolveSignatureGroup(signatureGroup: SignatureGroup, scope: SymbolScope, instanceType: Type) { 71 if (instanceType) { 72 signature.returnType.type = instanceType; 94 public bindType(scope: SymbolScope, type: Type, instanceType: Type): void { 95 if (instanceType) { 96 this.bindType(scope, instanceType, null); 132 this.resolveSignatureGroup(type.construct, scope, instanceType); 175 this.bindType(scope, typeSymbol.type, typeSymbol.instanceType); 180 … this.bindType(scope, typeSymbol.expansions[i], typeSymbol.instanceType);
|
| D | parserRealSource7.ts | 38 field.typeLink.type = classType.instanceType; 52 signature.returnType.type = type.instanceType; 74 sig.returnType.type = child.instanceType; 294 var instanceType: Type; 342 instanceType = new Type(); 343 instanceType.setHasImplementation(); 344 classType.instanceType = instanceType; 348 …instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new String… 349 …instanceType.ambientMembers = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new… 353 typeSymbol.instanceType = instanceType; [all …]
|
| D | parserRealSource8.ts | 121 var instanceType = classType.instanceType; 122 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType); 123 instanceType.memberScope = memberScope; 125 aggScope = new SymbolAggregateScope(instanceType.symbol); 128 pushAssignScope(aggScope, context, instanceType, classType, null); 129 instanceType.containedScope = aggScope;
|
| D | parserRealSource6.ts | 136 …return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.inst…
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | SeparateCompoundStructDeclarations.cpp | 41 TType *instanceType = nullptr; in visitDeclaration() local 50 instanceType = new TType(structDefn, false); in visitDeclaration() 56 instanceType = new TType(structure, false); in visitDeclaration() 60 instanceType->makeArrays(type.getArraySizes()); in visitDeclaration() 62 instanceType->setQualifier(type.getQualifier()); in visitDeclaration() 64 new TVariable(mSymbolTable, var.name(), instanceType, symbolType, var.extensions()); in visitDeclaration()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | cast.tq | 587 const instanceType = o.StringInstanceType(); 589 if (!(instanceType.representation == StringRepresentationTag::kSeqStringTag & 590 instanceType.is_one_byte)) { 602 const instanceType = o.StringInstanceType(); 604 if (!(instanceType.representation == StringRepresentationTag::kSeqStringTag & 605 !instanceType.is_one_byte)) { 617 const instanceType = o.StringInstanceType(); 618 if (instanceType.representation != StringRepresentationTag::kThinStringTag) { 630 const instanceType = o.StringInstanceType(); 631 if (instanceType.representation != StringRepresentationTag::kConsStringTag) { [all …]
|
| D | array-join.tq | 173 IsOneByteStringInstanceType(str.instanceType) & this.isOneByte; 232 isOneByte: IsOneByteStringInstanceType(sep.instanceType)
|
| /third_party/typescript/src/services/codefixes/ |
| D | helpers.ts | 467 const instanceType = instanceTypes[i]; 478 … if (instanceType.isUnionOrIntersection() && instanceType.types.some(typeContainsTypeParameter)) { 486 const widenedInstanceType = checker.getBaseTypeOfLiteralType(instanceType); 493 const argumentTypeParameter = getFirstTypeParameterName(instanceType); 504 …stanceTypeConstraint = instanceType.isTypeParameter() && instanceType.constraint && !isAnonymousOb… 505 …? typeToAutoImportableTypeNode(checker, importAdder, instanceType.constraint, contextNode, scriptT… 509 …argumentTypeParameters.set(argumentTypeParameter, { argumentType: instanceType, constraint: instan…
|
| /third_party/node/deps/v8/tools/system-analyzer/log/ |
| D | ic.mjs | 43 this.instanceType = next.substr(5, next.length - 6);
|
| /third_party/node/deps/v8/tools/heap-stats/ |
| D | details-selection.js | 297 let instanceType = checkbox.value; variable 298 let instanceTypeSize = instanceTypeData[instanceType].overall;
|