Searched refs:isURL (Results 1 - 8 of 8) sorted by relevance
/third_party/node/lib/internal/ |
H A D | url.js | 655 function isURL(self) { function 751 if (!isURL(this)) 757 if (!isURL(this)) 763 if (!isURL(this)) 773 if (!isURL(this)) 807 if (!isURL(this)) 813 if (!isURL(this)) 822 if (!isURL(this)) 832 if (!isURL(this)) 841 if (!isURL(thi [all...] |
H A D | worker.js | 59 const { fileURLToPath, isURL, pathToFileURL } = require('internal/url'); 159 } else if (isURL(filename) && filename.protocol === 'data:') { 165 if (isURL(filename)) {
|
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/ |
H A D | npa.js | 17 const isURL = /^(?:git[+])?[a-z]+:/i 35 if (isURL.test(arg)) { 82 } else if (spec && isURL.test(spec)) {
|
/third_party/node/lib/ |
H A D | https.js | 57 const { URL, urlToHttpOptions, isURL } = require('internal/url'); 355 } else if (isURL(args[0])) {
|
H A D | _http_client.js | 66 const { URL, urlToHttpOptions, isURL } = require('internal/url'); 141 } else if (isURL(input)) {
|
/third_party/node/lib/internal/modules/esm/ |
H A D | loader.js | 23 const { pathToFileURL, isURL } = require('internal/url'); 596 if (parentURL != null && typeof parentURL === 'object' && !isURL(parentURL)) {
|
H A D | resolve.js | 40 const { URL, pathToFileURL, fileURLToPath, isURL, toPathIfFileURL } = require('internal/url'); 1087 if (typeof parentURL !== 'string' && !isURL(parentURL)) {
|
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 81 const { pathToFileURL, fileURLToPath, isURL } = require('internal/url'); 1496 if (isURL(filename) ||
|
Completed in 8 milliseconds