Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/vinn/bin/
Dupdate_v879 v8_version = GetV8Version(target_os, target_channel)
80 UpdateV8Binary(v8_version, target_os, target_arch)
81 UpdateReadmeFile(v8_version, target_os)
93 v8_version = None
100 def UpdateV8Binary(v8_version, target_os, target_arch): argument
109 subprocess.check_call('git checkout {0}'.format(v8_version), shell=True)
126 def UpdateReadmeFile(v8_version, target_os): argument
132 r'{0} ({1})'.format(v8_version, target_os),
/external/v8/tools/release/
Dreleases.py463 def _GetGitHashForV8Version(self, v8_version): argument
464 if v8_version == "N/A":
467 real_v8_version = v8_version
468 if v8_version.split(".")[3]== "0":
469 real_v8_version = v8_version[:-2]