Home
last modified time | relevance | path

Searched refs:instanceType (Results 1 – 25 of 31) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DparserRealSource9.js20 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 …]
DparserRealSource9.types92 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 …]
DparserRealSource7.js39 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;
349instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new String…
350instanceType.ambientMembers = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new…
354 typeSymbol.instanceType = instanceType;
[all …]
DparserRealSource9.symbols69 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 …]
DparserRealSource7.types160 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 …]
DparserRealSource6.types541 … 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 …]
DparserRealSource8.js122 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 …]
DparserRealSource7.symbols113 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 …]
DparserRealSource9.errors.txt75 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);
DparserRealSource6.js137 …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…
DparserRealSource8.types494 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 …]
DparserRealSource8.symbols361 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 …]
DparserRealSource7.errors.txt374 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;
930instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new String…
939instanceType.ambientMembers = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new…
953 typeSymbol.instanceType = instanceType;
[all …]
DparserRealSource8.errors.txt300 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;
DparserRealSource6.errors.txt291 …return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.inst…
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource9.ts19 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);
DparserRealSource7.ts38 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;
348instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new String…
349instanceType.ambientMembers = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new…
353 typeSymbol.instanceType = instanceType;
[all …]
DparserRealSource8.ts121 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;
DparserRealSource6.ts136 …return (ast.type === null || ast.type.instanceType.containedScope === null) ? null : ast.type.inst…
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundStructDeclarations.cpp41 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/
Dcast.tq587 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 …]
Darray-join.tq173 IsOneByteStringInstanceType(str.instanceType) & this.isOneByte;
232 isOneByte: IsOneByteStringInstanceType(sep.instanceType)
/third_party/typescript/src/services/codefixes/
Dhelpers.ts467 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/
Dic.mjs43 this.instanceType = next.substr(5, next.length - 6);
/third_party/node/deps/v8/tools/heap-stats/
Ddetails-selection.js297 let instanceType = checkbox.value; variable
298 let instanceTypeSize = instanceTypeData[instanceType].overall;

12