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