Searched refs:_PopContextType (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py232 def _PopContextType(self, *stop_types): member in class:EcmaMetaDataPass
248 self._PopContextType(EcmaContext.STATEMENT)
288 result = self._PopContextType(EcmaContext.GROUP,
327 return self._PopContextType(EcmaContext.PARAMETERS)
337 return self._PopContextType(EcmaContext.INDEX, EcmaContext.ARRAY_LITERAL)
355 context = self._PopContextType(EcmaContext.BLOCK,
423 self._PopContextType(self, EcmaContext.ROOT)
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py232 def _PopContextType(self, *stop_types): member in class:EcmaMetaDataPass
248 self._PopContextType(EcmaContext.STATEMENT)
288 result = self._PopContextType(EcmaContext.GROUP,
327 return self._PopContextType(EcmaContext.PARAMETERS)
337 return self._PopContextType(EcmaContext.INDEX, EcmaContext.ARRAY_LITERAL)
355 context = self._PopContextType(EcmaContext.BLOCK,
423 self._PopContextType(self, EcmaContext.ROOT)

Completed in 24 milliseconds