Home
last modified time | relevance | path

Searched defs:execFile (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-python.js8 const execFile = require('child_process').execFile constant
57 f.execFile = function (program, args, opts, cb) { function
58 f.execFile = function (program, args, opts, cb) { function
79 f.execFile = function (program, args, opts, cb) { function
98 f.execFile = function (program, args, opts, cb) { function
120 f.execFile = function (program, args, opts, cb) { function
139 f.execFile = function (program, args, opts, cb) { function
172 f.execFile = function (program, args, opts, cb) { function
197 f.execFile = function (program, args, opts, cb) { function
Dtest-addon.js12 const execFile = childProcess.execFile constant
/third_party/node/test/parallel/
Dtest-vm-api-handles-getter-errors.js8 const execFile = require('child_process').execFile; constant
Dtest-os-userinfo-handles-getter-errors.js7 const execFile = require('child_process').execFile; constant
Dtest-inspector-invalid-args.js8 const execFile = require('child_process').execFile; constant
Dtest-child-process-promisified.js8 const execFile = promisify(child_process.execFile); constant
Dtest-child-process-execFile-promisified-abortController.js6 const execFile = require('child_process').execFile; constant
Dtest-sync-io-option.js5 const execFile = promisify(require('child_process').execFile); constant
Dtest-trace-exit.js5 const execFile = promisify(require('child_process').execFile); constant
/third_party/node/tools/
Dbuild-addons.mjs12 const execFile = util.promisify(child_process.execFile); constant
/third_party/node/test/sequential/
Dtest-process-warnings.js6 const execFile = require('child_process').execFile; constant
Dtest-deprecation-flags.js26 const execFile = require('child_process').execFile; constant
/third_party/node/deps/v8/tools/system-analyzer/
Dlws-middleware.js6 const execFile = util.promisify(require('child_process').execFile); constant
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dutil.js4 const execFile = require('child_process').execFile constant
Dfind-visualstudio.js4 const execFile = require('child_process').execFile constant
Dfind-python.js55 execFile: cp.execFile, property in PythonFinder
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dtest_regressions.js37 function execFile(jsFile) { function
/third_party/node/lib/
Dchild_process.js328 function execFile(file, args, options, callback) { function
1015 execFile, property
/third_party/protobuf/js/
Dgulpfile.js2 var execFile = require('child_process').execFile; variable