Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Drollup-plugin-gen-abc.ts20 import { checkArkCompilerCacheInfo, shouldInvalidCache } from './cache';
29 checkArkCompilerCacheInfo(this);
Dcache.ts23 export function checkArkCompilerCacheInfo(rollupObject: any): void { function