Home
last modified time | relevance | path

Searched refs:IsFunctionClose (Results 1 – 3 of 3) 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():
Dstatetracker.py652 def IsFunctionClose(self): member in StateTracker
997 if self.InFunction() and self.IsFunctionClose():
Decmalintrules.py290 if state.InFunction() and state.IsFunctionClose():