xref: /third_party/node/test/fixtures/v8-coverage/take-coverage.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/v8-coverage/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_ciconst v8 = require('v8');
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_cisetTimeout(() => {
51cb0ef41Sopenharmony_ci  v8.takeCoverage();
61cb0ef41Sopenharmony_ci}, 1000);
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_cisetTimeout(() => {
91cb0ef41Sopenharmony_ci  v8.takeCoverage();
101cb0ef41Sopenharmony_ci}, 2000);
11

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