Home
last modified time | relevance | path

Searched refs:thisType (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DthisTypeErrors.errors.txt1 tests/cases/conformance/types/thisType/thisTypeErrors.ts(1,9): error TS2526: A 'this' type is avail…
2 tests/cases/conformance/types/thisType/thisTypeErrors.ts(2,14): error TS2526: A 'this' type is avai…
3 tests/cases/conformance/types/thisType/thisTypeErrors.ts(3,9): error TS2526: A 'this' type is avail…
4 tests/cases/conformance/types/thisType/thisTypeErrors.ts(5,16): error TS2526: A 'this' type is avai…
5 tests/cases/conformance/types/thisType/thisTypeErrors.ts(5,23): error TS2526: A 'this' type is avai…
6 tests/cases/conformance/types/thisType/thisTypeErrors.ts(6,12): error TS2526: A 'this' type is avai…
7 tests/cases/conformance/types/thisType/thisTypeErrors.ts(11,13): error TS2526: A 'this' type is ava…
8 tests/cases/conformance/types/thisType/thisTypeErrors.ts(12,14): error TS2526: A 'this' type is ava…
9 tests/cases/conformance/types/thisType/thisTypeErrors.ts(13,18): error TS2526: A 'this' type is ava…
10 tests/cases/conformance/types/thisType/thisTypeErrors.ts(14,23): error TS2526: A 'this' type is ava…
[all …]
DthisTypeInFunctionsNegative.errors.txt1 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(16,15): error TS2339: Propert…
2 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(39,21): error TS2339: Propert…
3 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(49,1): error TS2684: The 'thi…
4 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(51,1): error TS2684: The 'thi…
5 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(56,21): error TS2339: Propert…
6 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(59,21): error TS2339: Propert…
7 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(61,79): error TS2322: Type '{…
9 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(62,97): error TS2322: Type '{…
11 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(63,110): error TS2322: Type '…
13 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(65,4): error TS2554: Expected…
[all …]
DthisTypeAccessibility.errors.txt1 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(26,10): error TS2341: Property 'p' …
2 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(29,13): error TS2341: Property 'sp'…
3 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(30,13): error TS2445: Property 'spp…
4 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(35,10): error TS2341: Property 'p' …
5 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(38,13): error TS2341: Property 'sp'…
6 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(39,13): error TS2445: Property 'spp…
7 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(44,10): error TS2341: Property 'p' …
8 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(47,13): error TS2341: Property 'sp'…
9 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(48,13): error TS2445: Property 'spp…
10 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(55,10): error TS2341: Property 'p' …
[all …]
DthisTypeInAccessors.errors.txt1 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(8,11): error TS2784: 'get' and 'set' …
2 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(9,11): error TS2784: 'get' and 'set' …
3 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(13,11): error TS2784: 'get' and 'set'…
4 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(19,11): error TS2784: 'get' and 'set'…
5 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(23,11): error TS2784: 'get' and 'set'…
6 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(24,11): error TS2784: 'get' and 'set'…
7 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(29,11): error TS2784: 'get' and 'set'…
8 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(30,11): error TS2784: 'get' and 'set'…
11 ==== tests/cases/conformance/types/thisType/thisTypeInAccessors.ts (8 errors) ====
DparserRealSource8.js23 chain.thisType = type;
195 if (context.scopeChain.thisType &&
197 var instType = context.scopeChain.thisType;
227 else if (funcDecl.isConstructor && context.scopeChain.thisType) {
229 container = context.scopeChain.thisType.symbol;
260 funcScope = context.scopeChain.thisType.constructorScope;//locals;
325 if (funcDecl.isConstructor && context.scopeChain.thisType) {
326 context.scopeChain.thisType.constructorScope = locals;
352 … group.enclosingType = isStatic ? context.scopeChain.classType : context.scopeChain.thisType;
374 …var thisType = (funcDecl.isConstructor && hasFlag(funcDecl.fncFlags, FncFlags.ClassMethod)) ? cont…
[all …]
DthisTypeInAccessorsNegative.errors.txt1 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(10,9): error TS2682: 'get' an…
2 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(10,11): error TS2784: 'get' a…
3 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(11,9): error TS2682: 'get' an…
4 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(11,11): error TS2784: 'get' a…
7 ==== tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts (4 errors) ====
DdeclarationFiles.errors.txt1 tests/cases/conformance/types/thisType/declarationFiles.ts(4,20): error TS2526: A 'this' type is av…
2 tests/cases/conformance/types/thisType/declarationFiles.ts(30,5): error TS2527: The inferred type o…
3 tests/cases/conformance/types/thisType/declarationFiles.ts(32,5): error TS2527: The inferred type o…
4 tests/cases/conformance/types/thisType/declarationFiles.ts(34,5): error TS2527: The inferred type o…
5 tests/cases/conformance/types/thisType/declarationFiles.ts(40,5): error TS2527: The inferred type o…
8 ==== tests/cases/conformance/types/thisType/declarationFiles.ts (5 errors) ====
DlooseThisTypeInFunctions.errors.txt1 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(21,1): error TS2322: Type '(this…
4 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(25,27): error TS2339: Property '…
5 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(33,28): error TS2339: Property '…
6 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(37,9): error TS2684: The 'this' …
7 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(46,20): error TS2339: Property '…
10 ==== tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts (5 errors) ====
DparserRealSource8.types50 chain.thisType = type;
51 >chain.thisType = type : any
52 >chain.thisType : any
54 >thisType : any
898 if (context.scopeChain.thisType &&
899 >context.scopeChain.thisType && (!funcDecl.isConstructor || hasFlag(funcDecl.fncFlags, F…
900 >context.scopeChain.thisType : any
904 >thisType : any
922 var instType = context.scopeChain.thisType;
924 >context.scopeChain.thisType : any
[all …]
DthisTypeErrors2.errors.txt1 tests/cases/conformance/types/thisType/thisTypeErrors2.ts(2,20): error TS2526: A 'this' type is ava…
2 tests/cases/conformance/types/thisType/thisTypeErrors2.ts(9,38): error TS2526: A 'this' type is ava…
5 ==== tests/cases/conformance/types/thisType/thisTypeErrors2.ts (2 errors) ====
DtypeRelationships.errors.txt1 tests/cases/conformance/types/thisType/typeRelationships.ts(9,9): error TS2322: Type 'C' is not ass…
3 tests/cases/conformance/types/thisType/typeRelationships.ts(35,9): error TS2739: Type 'C' is missin…
4 tests/cases/conformance/types/thisType/typeRelationships.ts(36,9): error TS2322: Type 'D' is not as…
8 ==== tests/cases/conformance/types/thisType/typeRelationships.ts (3 errors) ====
DparserRealSource6.js99 thisType: Type,
104 chain.thisType = thisType;
311 …ers, ambientValueMembers, enclosedTypes, ambientEnclosedTypes, context, thisType, classType, modul… argument
314 chain.thisType = thisType;
DthisTypeInFunctions2.errors.txt1 tests/cases/conformance/types/thisType/thisTypeInFunctions2.ts(14,5): error TS7010: 'foo', which la…
4 ==== tests/cases/conformance/types/thisType/thisTypeInFunctions2.ts (1 errors) ====
DparserRealSource6.types331 …dTypes: any, ambientEnclosedTypes: any, context: TypeCollectionContext, thisType: any, classType: …
349 thisType: Type,
350 >thisType : any
379 chain.thisType = thisType;
380 >chain.thisType = thisType : any
381 >chain.thisType : any
383 >thisType : any
384 >thisType : any
DthisTypeInFunctions.errors.txt1 tests/cases/conformance/types/thisType/thisTypeInFunctions.ts(118,29): error TS2339: Property 'n' d…
2 tests/cases/conformance/types/thisType/thisTypeInFunctions.ts(119,32): error TS2339: Property 'n' d…
3 tests/cases/conformance/types/thisType/thisTypeInFunctions.ts(120,36): error TS2339: Property 'n' d…
6 ==== tests/cases/conformance/types/thisType/thisTypeInFunctions.ts (3 errors) ====
DunionThisTypeInFunctions.errors.txt1 tests/cases/conformance/types/thisType/unionThisTypeInFunctions.ts(10,5): error TS2684: The 'this' …
16 ==== tests/cases/conformance/types/thisType/unionThisTypeInFunctions.ts (1 errors) ====
DparserRealSource8.errors.txt173 chain.thisType = type;
423 if (context.scopeChain.thisType &&
429 var instType = context.scopeChain.thisType;
469 else if (funcDecl.isConstructor && context.scopeChain.thisType) {
471 container = context.scopeChain.thisType.symbol;
526 funcScope = context.scopeChain.thisType.constructorScope;//locals;
635 if (funcDecl.isConstructor && context.scopeChain.thisType) {
636 context.scopeChain.thisType.constructorScope = locals;
662 … group.enclosingType = isStatic ? context.scopeChain.classType : context.scopeChain.thisType;
696 …var thisType = (funcDecl.isConstructor && hasFlag(funcDecl.fncFlags, FncFlags.ClassMethod)) ? cont…
[all …]
DthisTypeInBasePropertyAndDerivedContainerOfBase01.types1 === tests/cases/conformance/types/thisType/thisTypeInBasePropertyAndDerivedContainerOfBase01.ts ===
/third_party/gptfdisk/
Dparttypes.cc587 AType* thisType = allTypes; in ShowAllTypes() local
596 while (thisType != NULL) { in ShowAllTypes()
597 found = ToLower(thisType->name).find(matchString); in ShowAllTypes()
598 if ((thisType->display == 1) && (found != string::npos)) { // show it in ShowAllTypes()
601 cout << hex << thisType->MBRType << " "; in ShowAllTypes()
602 cout << thisType->name.substr(0, DESC_LENGTH); in ShowAllTypes()
603 for (i = 0; i < (DESC_LENGTH - (thisType->name.substr(0, DESC_LENGTH).length())); i++) in ShowAllTypes()
606 if (thisType->next) { in ShowAllTypes()
620 thisType = thisType->next; in ShowAllTypes()
628 AType* thisType = allTypes; in Valid() local
[all …]
/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js64 matches (thisType, argTypes) { argument
65 if (!argTypes && isArray(thisType)) {
66 argTypes = thisType
67 thisType = 'this'
69 if (!thisType) {
70 thisType = 'this'
75 return new Constraint(this, thisType, argTypes)
96 const duck = function (thisType, argTypes) { argument
97 return duck.matches(thisType, argTypes)
297 constructor (parent, thisType, argTypes) { argument
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource8.ts22 chain.thisType = type;
194 if (context.scopeChain.thisType &&
196 var instType = context.scopeChain.thisType;
226 else if (funcDecl.isConstructor && context.scopeChain.thisType) {
228 container = context.scopeChain.thisType.symbol;
259 funcScope = context.scopeChain.thisType.constructorScope;//locals;
324 if (funcDecl.isConstructor && context.scopeChain.thisType) {
325 context.scopeChain.thisType.constructorScope = locals;
351 … group.enclosingType = isStatic ? context.scopeChain.classType : context.scopeChain.thisType;
373 …var thisType = (funcDecl.isConstructor && hasFlag(funcDecl.fncFlags, FncFlags.ClassMethod)) ? cont…
[all …]
DparserRealSource6.ts98 thisType: Type,
103 chain.thisType = thisType;
/third_party/python/Lib/
Dcsv.py412 thisType = complex
414 thisType(row[col])
417 thisType = len(row[col])
419 if thisType != columnTypes[col]:
421 columnTypes[col] = thisType
/third_party/skia/modules/particles/include/
DSkReflected.h74 const Type* thisType = this->getType(); in isOfType() local
75 return thisType == t || thisType->isDerivedFrom(t); in isOfType()
/third_party/flutter/skia/modules/particles/include/
DSkReflected.h74 const Type* thisType = this->getType(); in isOfType() local
75 return thisType == t || thisType->isDerivedFrom(t); in isOfType()

12345