xref: /third_party/node/test/fixtures/v8-coverage/worker.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/v8-coverage/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_ciconst { Worker } = require('worker_threads');
31cb0ef41Sopenharmony_ciconst path = require('path');
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_cinew Worker(path.resolve(__dirname, 'subprocess.js'));
6

Indexes created Thu Nov 07 10:32:03 CST 2024