Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/
Dtest.js119 return `var ${libSoValue} = globalThis.requireNapi("${libSoKey}", true);`;
/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts999 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]; constant
1015 item = replaceLibSo(importValue, libSoKey, sourcePath);