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

/external/chromium-trace/trace-viewer/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():
/external/chromium_org/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 74 milliseconds