Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts223 const readCacheSourceMap = fs.readFileSync(this.cacheSourceMapPath, 'utf-8'); constant
224 if (readSourceMap.length == 0 && readCacheSourceMap.length == 0) {
226 } else if (readSourceMap === readCacheSourceMap) {