| .eslintrc.mjs |
|
319 |
- |
| docs |
|
|
- |
| moz.build |
|
900 |
- |
| Subprocess.sys.mjs |
These modules are loosely based on the subprocess.jsm module created
by Jan Gerber and Patrick Brunschwig, though the implementation
differs drastically.
|
7163 |
100 % |
| subprocess_common.sys.mjs |
eslint-disable mozilla/balanced-listeners |
20897 |
94 % |
| subprocess_shared.js |
exported ArrayBuffer_transfer, Library, SubprocessConstants |
2927 |
91 % |
| subprocess_shared_unix.js |
exported LIBC, libc |
2492 |
100 % |
| subprocess_shared_win.js |
exported createPipe, libc, win32 |
14097 |
98 % |
| subprocess_unix.sys.mjs |
Searches for the given executable file in the system executable
file paths as specified by the PATH environment variable.
On Windows, if the unadorned filename cannot be found, the
extensions in the semicolon-separated list in the PATHEXT
environment variable are successively appended to the original
name and searched for in turn.
@param {string} bin
The name of the executable to find.
@param {object} environment
An object containing a key for each environment variable to be used
in the search.
@returns {Promise<string>}
|
5020 |
98 % |
| subprocess_unix.worker.js |
exported Process, ManagedProcess |
17827 |
96 % |
| subprocess_win.sys.mjs |
Searches for the given executable file in the system executable
file paths as specified by the PATH environment variable.
On Windows, if the unadorned filename cannot be found, the
extensions in the semicolon-separated list in the PATHEXT
environment variable are successively appended to the original
name and searched for in turn.
@param {string} bin
The name of the executable to find.
@param {object} environment
An object containing a key for each environment variable to be used
in the search.
@returns {Promise<string>}
|
5032 |
98 % |
| subprocess_win.worker.js |
exported Process |
26806 |
92 % |
| subprocess_worker_common.js |
import-globals-from subprocess_unix.worker.js |
4956 |
95 % |
| test |
|
|
- |