HomeSort by relevance Sort by last modified time
    Searched refs:const_match (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/tools/
js2c.py 189 const_match = CONST_PATTERN.match(line)
190 if const_match:
191 name = const_match.group(1)
192 value = const_match.group(2).strip()
  /external/v8/tools/
js2c.py 189 const_match = CONST_PATTERN.match(line)
190 if const_match:
191 name = const_match.group(1)
192 value = const_match.group(2).strip()

Completed in 293 milliseconds