Searched defs:thisParameter (Results 1 – 9 of 9) sorted by relevance
177 void pushImplicitThis(TVariable* thisParameter) { implicitThisStack.push_back(thisParameter); } in pushImplicitThis()
485 const thisParameter = functionDeclaration.parameters[0]; constant
659 const thisParameter = getThisParameter(input); constant
617 …const thisParameter = candidateSignature.thisParameter ? [checker.symbolToParameterDeclaration(can… constant
2083 …const thisParameter = firstDefined(references, r => isParameter(r.node.parent) ? r.node : undefine… constant
4545 const thisParameter = signature.parameters[0]; constant
9245 const thisParameter = getAccessorThisParameter(func as AccessorDeclaration); constant27027 const thisParameter = contextualSignature.thisParameter; constant29399 const thisParameter = getThisParameterFromNodeContext(node); constant
60741 …function createSignature(declaration, typeParameters, thisParameter, parameters, resolvedReturnTyp… argument
50469 …function createSignature(declaration, typeParameters, thisParameter, parameters, resolvedReturnTyp… argument