Home
last modified time | relevance | path

Searched refs:V8_BASE (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dtry_perf.py51 V8_BASE = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) variable
101 'update_depot_tools', shell=True, stderr=subprocess.STDOUT, cwd=V8_BASE)
116 subprocess.check_call(' '.join(cmd), shell=True, cwd=V8_BASE)
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py59 V8_BASE = os.path.dirname( variable
65 path_to_depot_tools = os.path.join(V8_BASE, 'third_party', 'depot_tools')
650 if os.path.realpath(self.default_cwd) == os.path.realpath(V8_BASE):

Completed in 3 milliseconds