Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/vinn/vinn/
D_vinn.py205 def _RunFileWithD8(js_file_path, js_args, v8_args, stdout, stdin): argument
222 args.append(os.path.abspath(js_file_path))
251 'Exception raised when executing %s:\n%s' % (js_file_path, out))
255 '(Error stack is dumped into stdout)' % js_file_path)