Searched refs:implicitThisStack (Results 1 – 1 of 1) sorted by relevance
177 void pushImplicitThis(TVariable* thisParameter) { implicitThisStack.push_back(thisParameter); } in pushImplicitThis()178 void popImplicitThis() { implicitThisStack.pop_back(); } in popImplicitThis()179 …TVariable* getImplicitThis(int thisDepth) const { return implicitThisStack[implicitThisStack.size(… in getImplicitThis()437 …TVector<TVariable*> implicitThisStack; // currently active 'this' variables for nested structures variable