Home
last modified time | relevance | path

Searched refs:assertIntegrity (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-policy-scopes-integrity.js36 manifest.assertIntegrity(href),
40 manifest.assertIntegrity(href, null),
44 manifest.assertIntegrity(href, ''),
60 manifest.assertIntegrity(href),
64 manifest.assertIntegrity(href, null),
68 manifest.assertIntegrity(href, ''),
94 manifest.assertIntegrity('file:///root/dir1/isolated');
99 manifest.assertIntegrity('file:///root/dir1/cascade'),
103 manifest.assertIntegrity('file:///root/dir1/enoent'),
107 manifest.assertIntegrity('file:///root/dir1/dir2/enoent'),
[all …]
/third_party/node/lib/internal/process/
Dpolicy.js58 assertIntegrity(moduleURL, content) { method
59 this.manifest.assertIntegrity(moduleURL, content);
/third_party/node/lib/internal/modules/
Dpackage_json_reader.js34 manifest.assertIntegrity(jsonURL, string);
/third_party/node/lib/internal/modules/esm/
Dget_source.js41 policy.manifest.assertIntegrity(parsed, source);
/third_party/node/lib/internal/modules/cjs/
Dloader.js1045 policy.manifest.assertIntegrity(moduleURL, content);
1124 policy.manifest.assertIntegrity(moduleURL, content);
1141 policy.manifest.assertIntegrity(moduleURL, content);
/third_party/node/lib/internal/policy/
Dmanifest.js534 assertIntegrity(url, content) { method in Manifest