All files / src/enums/container CustomNodes.ts

100% Statements 14/14
100% Branches 2/2
100% Functions 1/1
100% Lines 14/14
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 161x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x    
export enum CustomNodes {
    BinaryExpressionFunctionNode,
    ControlFlowStorageCallNode,
    ControlFlowStorageNode,
    ConsoleOutputDisableExpressionNode,
    DebugProtectionFunctionCallNode,
    DebugProtectionFunctionIntervalNode,
    DebugProtectionFunctionNode,
    DomainLockNode,
    NodeCallsControllerFunctionNode,
    SelfDefendingUnicodeNode,
    StringArrayCallsWrapper,
    StringArrayNode,
    StringArrayRotateFunctionNode
}