Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
Dv8_presubmit.py463 self.runtime_function_call_pattern = self.CreateRuntimeFunctionCallMatcher()
465 def CreateRuntimeFunctionCallMatcher(self): member in SourceProcessor