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

  /external/chromium-trace/catapult/third_party/vinn/bin/
update_v8 79 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
98 return curr_version['v8_version']
100 def UpdateV8Binary(v8_version, target_os, target_arch):
109 subprocess.check_call('git checkout {0}'.format(v8_version), shell=True)
126 def UpdateReadmeFile(v8_version, target_os):
132 r'{0} ({1})'.format(v8_version, target_os),
  /external/v8/tools/release/
releases.py 463 def _GetGitHashForV8Version(self, v8_version):
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]
485 previous_v8_version = json.loads(result_raw)["v8_version"]
488 current_v8_version = current_version["v8_version"]
495 "v8_version": current_v8_version,
test_scripts.py     [all...]

Completed in 229 milliseconds