Searched defs:InFunction (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Dstatetracker.py591 def InFunction(self): member in class:StateTracker
605 return self.InFunction() and self._functions[-1].is_constructor
613 if self.InFunction():
641 return self.InFunction() and self._functions[-1].is_assigned
997 if self.InFunction() and self.IsFunctionClose():

Completed in 235 milliseconds