Searched refs:libSoKey (Results 1 – 2 of 2) sorted by relevance
119 return `var ${libSoValue} = globalThis.requireNapi("${libSoKey}", true);`;
999 function replaceLibSo(importValue: string, libSoKey: string, sourcePath: string = null): string {1005 …? `var ${importValue} = globalThis.requireNapi("${libSoKey}", true, "${projectConfig.bundleName}/$…1006 : `var ${importValue} = globalThis.requireNapi("${libSoKey}", true);`;1014 const libSoKey: string = urlResult[4]; constant1015 item = replaceLibSo(importValue, libSoKey, sourcePath);