Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Daliaspass.py116 root_context = context.GetRoot()
117 self._ProcessRootContext(root_context)
179 def _ProcessRootContext(self, root_context): argument
182 assert root_context.type is ecmametadatapass.EcmaContext.ROOT
187 for context in root_context.children:
201 for context in root_context.children: