Home
last modified time | relevance | path

Searched refs:InFunction (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Djavascriptlintrules.py257 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() and
357 not state.InFunction() and
Dstatetracker.py591 def InFunction(self): member in 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():
Dclosurizednamespacesinfo.py307 if token.string == 'goog.require' and not state_tracker.InFunction():
351 if state_tracker.InFunction():
Decmalintrules.py290 if state.InFunction() and state.IsFunctionClose():
567 if ((not state.InFunction() or state.InConstructor()) and