MCPcopy Index your code
hub / github.com/nodejs/node / __init__

Method __init__

deps/v8/tools/v8_presubmit.py:527–528  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

525 RELEVANT_EXTENSIONS = ['.js', '.cc', '.h', '.py', '.c', '.status', '.tq', '.g4']
526
527 def __init__(self):
528 self.runtime_function_call_pattern = self.CreateRuntimeFunctionCallMatcher()
529
530 def CreateRuntimeFunctionCallMatcher(self):
531 runtime_h_path = join(dirname(TOOLS_PATH), 'src/runtime/runtime.h')

Callers

nothing calls this directly

Tested by

no test coverage detected