Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts23 GLOBAL_THIS_REQUIRE_NAPI
115 … item = `var ${systemValue} = ${GLOBAL_THIS_REQUIRE_NAPI}('${systemKey}'${externalModuleParam})`;
/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts143 export const GLOBAL_THIS_REQUIRE_NAPI: string = 'globalThis.requireNapi'; constant