Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/arkobfuscator/
DArkObfuscator2.spec.ts517 … const result = obfuscator.isCurrentFileInKeepPathsForTest(customProfiles, 'some/file/path.js');
529 … const result = obfuscator.isCurrentFileInKeepPathsForTest(customProfiles, 'some/file/path.js');
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts325 …public isCurrentFileInKeepPathsForTest(customProfiles: IOptions, originalFilePath: string): boolea… method in ArkObfuscator