Home
last modified time | relevance | path

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

/third_party/node/lib/internal/policy/
Dmanifest.js684 const resourceURL = new URL(originalHREF, base); constant
685 parsedURLs.set(resourceURL.href, resourceURL);
686 return resourceURL;
688 const resourceURL = new URL(originalHREF); constant
689 parsedURLs.set(originalHREF, resourceURL);
690 return resourceURL;
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCSecureChannelFactory.m62 bundleWithURL:[[bundle resourceURL] URLByAppendingPathComponent:resourceBundlePath]];