(self)
| 461 | return name.endswith('.js') or name.endswith('.mjs') |
| 462 | |
| 463 | def GetPathsToSearch(self): |
| 464 | return ['tools/system-analyzer', 'tools/heap-layout', 'tools/js'] |
| 465 | |
| 466 | def GetProcessorWorker(self): |
| 467 | return JSLintWorker |
no outgoing calls
no test coverage detected