Home
last modified time | relevance | path

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

/external/v8/tools/
Dv8_presubmit.py289 self.runtime_function_call_pattern = self.CreateRuntimeFunctionCallMatcher()
291 def CreateRuntimeFunctionCallMatcher(self): member in SourceProcessor