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