summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/resources/code-cache-nonce.js
blob: e9983fb6cd90e54a37c769322aed4228e17d9e54 (plain)
1
2
3
4
// Note that the function source text is intentionally different from e.g.
// ../alpha/code-cache.js to avoid caching Functions between different sets
// of tests.
parent.promise = (new Function('x', 'return import(x)'))('../../imports-a.js');