Home
last modified time | relevance | path

Searched defs:instanceType (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource9.js272 Binder.prototype.resolveSignatureGroup = function (signatureGroup, scope, instanceType) { argument
297 Binder.prototype.bindType = function (scope, type, instanceType) { argument
DparserRealSource7.js295 var instanceType: Type; variable
343 instanceType = new Type(); variable
388 classType.instanceType = new Type(); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundStructDeclarations.cpp41 TType *instanceType = nullptr; in visitDeclaration() local
/third_party/node/deps/v8/tools/heap-stats/
Ddetails-selection.js297 let instanceType = checkbox.value; variable
/third_party/typescript/src/compiler/
Dchecker.ts27920 const instanceType = getReturnTypeOfSignature(sig); constant