Home
last modified time | relevance | path

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

/external/v8/tools/
Djs2c.py201 TEMPLATE_PATTERN = re.compile(r'^\s+T\(([A-Z][a-zA-Z0-9]*),') variable
207 template_match = TEMPLATE_PATTERN.match(line)