D | d8_bootstrap.js | 200 global.hrefToAbsolutePath = function(href) { argument 202 if (!d8_path_utils.isAbs(href)) { 204 href); 206 pathPart = href.substring(1); 216 throw new Error('Multiple candidates found for ' + href); 218 throw new Error(href + ' not found!'); 240 global.loadHTML = function(href) { argument 241 var absPath = global.hrefToAbsolutePath(href); 242 global.loadHTMLFile(absPath, href); 245 global.loadScript = function(href) { argument [all …]
|