Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py455 class SourceProcessor(SourceFileProcessor): class
497 return super(SourceProcessor, self).FindFilesIn(path)
500 for ext in SourceProcessor.RELEVANT_EXTENSIONS:
509 return (super(SourceProcessor, self).IgnoreDir(name) or
562 if not base in SourceProcessor.IGNORE_TABS:
566 if not base in SourceProcessor.IGNORE_COPYRIGHTS and \
568 in SourceProcessor.IGNORE_COPYRIGHTS_DIRECTORIES):
790 success &= SourceProcessor().RunOnPath(workspace)
/third_party/node/deps/v8/
H A DPRESUBMIT.py90 from v8_presubmit import SourceProcessor namespace
121 if not SourceProcessor().RunOnFiles(

Completed in 3 milliseconds