Searched refs:isCurrentFileInKeepPathsForTest (Results 1 – 2 of 2) sorted by relevance
517 … const result = obfuscator.isCurrentFileInKeepPathsForTest(customProfiles, 'some/file/path.js');529 … const result = obfuscator.isCurrentFileInKeepPathsForTest(customProfiles, 'some/file/path.js');
325 …public isCurrentFileInKeepPathsForTest(customProfiles: IOptions, originalFilePath: string): boolea… method in ArkObfuscator