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