Home
last modified time | relevance | path

Searched refs:isURL (Results 1 - 8 of 8) sorted by relevance

/third_party/node/lib/internal/
H A Durl.js655 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 Dworker.js59 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 Dnpa.js17 const isURL = /^(?:git[+])?[a-z]+:/i
35 if (isURL.test(arg)) {
82 } else if (spec && isURL.test(spec)) {
/third_party/node/lib/
H A Dhttps.js57 const { URL, urlToHttpOptions, isURL } = require('internal/url');
355 } else if (isURL(args[0])) {
H A D_http_client.js66 const { URL, urlToHttpOptions, isURL } = require('internal/url');
141 } else if (isURL(input)) {
/third_party/node/lib/internal/modules/esm/
H A Dloader.js23 const { pathToFileURL, isURL } = require('internal/url');
596 if (parentURL != null && typeof parentURL === 'object' && !isURL(parentURL)) {
H A Dresolve.js40 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 Dloader.js81 const { pathToFileURL, fileURLToPath, isURL } = require('internal/url');
1496 if (isURL(filename) ||

Completed in 8 milliseconds