Searched refs:InFunction (Results 1 – 4 of 4) sorted by relevance
257 if state.InFunction() and state.IsFunctionClose():288 if state.InFunction() and state.IsFunctionClose():305 if token.string == 'goog.inherits' and not state.InFunction():326 not state.InFunction() and357 not state.InFunction() and
591 def InFunction(self): member in StateTracker605 return self.InFunction() and self._functions[-1].is_constructor613 if self.InFunction():641 return self.InFunction() and self._functions[-1].is_assigned997 if self.InFunction() and self.IsFunctionClose():
307 if token.string == 'goog.require' and not state_tracker.InFunction():351 if state_tracker.InFunction():
290 if state.InFunction() and state.IsFunctionClose():567 if ((not state.InFunction() or state.InConstructor()) and