Lines Matching defs:body
27 function hash(algo, body) {
31 h.update(body);
36 h.update(body.replace('\n', '\r\n'));
128 for (const [resourcePath, { body, integrities }] of Object.entries(
138 fs.writeFileSync(filePath, body, 'utf8');
281 body: '',
286 resources[depPath].body += '\n// INVALID INTEGRITY';
299 body: parentBody[parentFormat],
303 resources[parentPath].body += '\n// INVALID INTEGRITY';
313 body: workerSpawningBody,