11cb0ef41Sopenharmony_ciconst { spawnSync } = require('child_process'); 21cb0ef41Sopenharmony_ciconst env = { ...process.env, NODE_V8_COVERAGE: '' }; 31cb0ef41Sopenharmony_cispawnSync(process.execPath, [require.resolve('./subprocess')], { 41cb0ef41Sopenharmony_ci env: env 51cb0ef41Sopenharmony_ci}); 6