| LOW | …lyzers/calls-graph-analyzer/CallsGraphAnalyzer.spec.ts | 28 | function getFunctionDeclarationByName(astTree: ESTree.Node, name: string): ESTree.FunctionDeclaration | null { |
| LOW | …lyzers/calls-graph-analyzer/CallsGraphAnalyzer.spec.ts | 53 | function getFunctionExpressionByName(astTree: ESTree.Node, name: string): ESTree.FunctionExpression | null { |
| LOW | …lyzers/calls-graph-analyzer/CallsGraphAnalyzer.spec.ts | 80 | function getFunctionExpressionById(astTree: ESTree.Node, id: string): ESTree.FunctionExpression | null { |
| LOW | …lyzers/calls-graph-analyzer/CallsGraphAnalyzer.spec.ts | 107 | function getObjectFunctionExpressionByName( |
| LOW | test/unit-tests/source-code/ObfuscationResult.spec.ts | 49 | function getSourceMapObfuscationResult( |
| LOW | test/helpers/removeRangesFromStructure.ts | 10 | export function removeRangesFromStructure(structure: TStatement[]): TStatement[] { |
| LOW | test/helpers/parseSourceMapFromObfuscatedCode.ts | 9 | export function parseSourceMapFromObfuscatedCode(obfuscatedCodeWithInlineSourceMap: string): ISourceMap { |
| LOW | …c/options/validators/IsAllowedForObfuscationTargets.ts | 18 | export function IsAllowedForObfuscationTargets( |
| LOW | src/decorators/Initializable.ts | 68 | function wrapTargetMethodsInInitializedCheck(target: IInitializable): void { |
| LOW | src/decorators/Initializable.ts | 119 | function wrapInitializeMethodInInitializeCheck(target: IInitializable, propertyKey: string | symbol): void { |
| LOW | src/decorators/Initializable.ts | 150 | function wrapInitializableProperty(target: IInitializable, propertyKey: string | symbol): PropertyDescriptor { |
| LOW | src/container/modules/generators/GeneratorsModule.ts | 41 | function identifierNameGeneratorFactory(): ( |
| LOW | …lpers/common/templates/GlobalVariableNoEvalTemplate.ts | 4 | export function GlobalVariableNoEvalTemplate (): string { |
| LOW | …lpers/common/templates/SingleCallControllerTemplate.ts | 4 | export function SingleCallControllerTemplate (): string { |
| LOW | …ommon/templates/GlobalVariableServiceWorkerTemplate.ts | 4 | export function GlobalVariableServiceWorkerTemplate (): string { |
| LOW | …array-calls-wrapper/StringArrayCallsWrapperTemplate.ts | 4 | export function StringArrayCallsWrapperTemplate(): string { |
| LOW | …y-rotate-function/StringArrayRotateFunctionTemplate.ts | 4 | export function StringArrayRotateFunctionTemplate(): string { |
| LOW | …nsole-output/templates/ConsoleOutputDisableTemplate.ts | 4 | export function ConsoleOutputDisableTemplate (): string { |
| LOW | …protection-function/DebugProtectionFunctionTemplate.ts | 4 | export function DebugProtectionFunctionTemplate(): string { |
| LOW | …on-interval/DebugProtectionFunctionIntervalTemplate.ts | 4 | export function DebugProtectionFunctionIntervalTemplate(): string { |
| LOW | …n-function-call/DebugProtectionFunctionCallTemplate.ts | 4 | export function DebugProtectionFunctionCallTemplate(): string { |