Home
last modified time | relevance | path

Searched defs:thisParameter (Results 1 – 9 of 9) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h177 void pushImplicitThis(TVariable* thisParameter) { implicitThisStack.push_back(thisParameter); } in pushImplicitThis()
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts485 const thisParameter = functionDeclaration.parameters[0]; constant
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts659 const thisParameter = getThisParameter(input); constant
/third_party/typescript/src/services/
DsignatureHelp.ts617 …const thisParameter = candidateSignature.thisParameter ? [checker.symbolToParameterDeclaration(can… constant
DfindAllReferences.ts2083 …const thisParameter = firstDefined(references, r => isParameter(r.node.parent) ? r.node : undefine… constant
/third_party/typescript/src/compiler/
Dutilities.ts4545 const thisParameter = signature.parameters[0]; constant
Dchecker.ts9245 const thisParameter = getAccessorThisParameter(func as AccessorDeclaration); constant
27027 const thisParameter = contextualSignature.thisParameter; constant
29399 const thisParameter = getThisParameterFromNodeContext(node); constant
/third_party/typescript/lib/
DtypingsInstaller.js60741 …function createSignature(declaration, typeParameters, thisParameter, parameters, resolvedReturnTyp… argument
Dtsc.js50469 …function createSignature(declaration, typeParameters, thisParameter, parameters, resolvedReturnTyp… argument