Lines Matching refs:binary
17 "binary": <name of binary to run, default "d8">,
306 def __init__(self, binary = 'd8'):
308 self.binary = binary
353 self.binary = suite.get('binary', parent.binary)
467 if self.binary != 'd8' and '--prof' in extra_flags:
472 if self.binary.endswith('.py'):
478 shell=os.path.join(shell_dir, self.binary),
600 ) == 1, 'Found ambiguous build directories use --binary-override-path.'
743 self.driver.push_executable(self.shell_dir, 'bin', node.binary)
746 self.shell_dir_secondary, 'bin_secondary', node.binary)
776 binary=runnable.binary,
929 parser.add_argument('--binary-override-path',
930 help='JavaScript engine binary. By default, d8 under '
1013 logging.error('binary-override-path must be a file name')
1016 logging.error('specify either binary-override-path or outdir-secondary')