Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/tools/
H A Djs2c.py146 CONST_PATTERN = re.compile('^const\s+([a-zA-Z0-9_]+)\s*=\s*([^;]*);$') variable
158 const_match = CONST_PATTERN.match(line)
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Djs2c.py160 CONST_PATTERN = re.compile(r'^define\s+([a-zA-Z0-9_]+)\s*=\s*([^;]*);$') variable
172 const_match = CONST_PATTERN.match(line)