Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/migration/
H A Dreplace-internal-references.ts18 …riteSource(pathName: string, srcFile: string, mappings:Map<string, any>, useExternalRefs = false) {
42 const replacement = useExternalRefs ? value.replacement : value.sameFolderReplacement;
62 const name = useExternalRefs ? value.replacement : value.sameFolderReplacement;
99 if (useExternalRefs) {
136 const useExternalRefs = namespaces !== undefined && (namespaces[0] !== folder); constant
140 mappings = await getMappings(namespace, mappings, useExternalRefs);
143 mappings = await getMappings(folder, mappings, useExternalRefs);
151 const distFileContents = await rewriteSource(pathName, srcFile, mappings, useExternalRefs);
H A Dget-mappings.ts15 export async function getMappings(namespace: string, mappings: Map<string, any>, useExternalRefs = …
50 …const file = useExternalRefs ? externalModule : path.join(FRONT_END_FOLDER, src, rightSideParts[1]…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/migration/
H A Dreplace-internal-references.ts19 …riteSource(pathName: string, srcFile: string, mappings:Map<string, any>, useExternalRefs = false) {
45 const replacement = useExternalRefs ? value.replacement : value.sameFolderReplacement;
65 const name = useExternalRefs ? value.replacement : value.sameFolderReplacement;
103 if (useExternalRefs) {
140 const useExternalRefs = namespaces !== undefined && (namespaces[0] !== folder); constant
144 mappings = await getMappings(namespace, mappings, useExternalRefs);
147 mappings = await getMappings(folder, mappings, useExternalRefs);
155 const distFileContents = await rewriteSource(pathName, srcFile, mappings, useExternalRefs);
H A Dget-mappings.ts16 export async function getMappings(namespace: string, mappings: Map<string, any>, useExternalRefs = …
51 …const file = useExternalRefs ? externalModule : path.join(FRONT_END_FOLDER, src, rightSideParts[1]…