Jurassic.Compiler.DynamicILGenerator.UnconditionalBranch C# (CSharp) 메소드

UnconditionalBranch() 개인적인 메소드

Puts the stack into an indeterminate state.
private UnconditionalBranch ( ) : void
리턴 void
        private void UnconditionalBranch()
        {
            // Unconditional branches mean the contents of the stack are indeterminate.
            this.stackIsIndeterminate = true;
        }
DynamicILGenerator