Searched defs:obfuscationCacheDir (Results 1 – 3 of 3) sorted by relevance
981 let obfuscationCacheDir = path.join(OBFUSCATE_TESTDATA_DIR, 'property'); variable1056 let obfuscationCacheDir = path.join(OBFUSCATE_TESTDATA_DIR, 'export'); variable1096 let obfuscationCacheDir = path.join(OBFUSCATE_TESTDATA_DIR, 'export_toplevel'); variable1146 let obfuscationCacheDir = path.join(OBFUSCATE_TESTDATA_DIR, 'system_api_optimize'); variable1211 let obfuscationCacheDir = path.join(OBFUSCATE_TESTDATA_DIR, 'bytecode_obfuscation'); variable1754 const obfuscationCacheDir = 'testCacheDir'; constant1776 const obfuscationCacheDir = './test/ut/initialization/testObfuscationCacheDir'; constant1805 const obfuscationCacheDir = ''; constant
121 …static obfuscationCacheDir: string | undefined = ''; // Obtain the directory of the obfuscated out… property in TimeAndMemTimeTracker
1474 obfuscationCacheDir: string; property