Home
last modified time | relevance | path

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

/third_party/node/test/es-module/
Dtest-esm-data-urls.js5 function createURL(mime, body) { function
15 const plainESMURL = createURL('text/javascript', body);
19 const importerOfURL = createURL(
35 const plainESMURL = createURL('text/javascript', body);
42 const plainESMURL = createURL('text/javascript;charset=UTF-8', body);
49 const plainESMURL = createURL('text/javascript;charset="UTF-8"', body);
56 const plainESMURL = createURL('text/javascript;;a=a;b=b;;', body);
83 const plainESMURL = createURL('application/json', body);
90 const plainESMURL = createURL('application/json', body);
97 const plainESMURL = createURL('invalid', body);