Home
last modified time | relevance | path

Searched refs:IS_CACHE_INVALID (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dcache.test.ts24 IS_CACHE_INVALID,
45 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
50 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
58 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
63 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
71 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
76 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
81 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
90 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
95 expect(this.rollup.cache.get(IS_CACHE_INVALID) === true).to.be.true;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dcommon_mode.ts21 IS_CACHE_INVALID,
137 …return rollupObject.cache.get(IS_CACHE_INVALID) || rollupObject.cache.get(IS_CACHE_INVALID) === un…
144 rollupObject.cache.set(IS_CACHE_INVALID, false);
Dark_define.ts103 export const IS_CACHE_INVALID: string = 'is_cache_invalid'; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dcache.ts18 IS_CACHE_INVALID
27 this.cacheInfo.set(IS_CACHE_INVALID, undefined);
Drollup_plugin_mock.ts41 IS_CACHE_INVALID
158 this.cache.set(IS_CACHE_INVALID, true);
226 this.cache.set(IS_CACHE_INVALID, false);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts21 IS_CACHE_INVALID
34 rollupObject.cache.set(IS_CACHE_INVALID, true);