public class org.jruby.runtime.scope.ManyVarsDynamicScope extends org.jruby.runtime.DynamicScope
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.scope.ManyVarsDynamicScope
  super_class: org.jruby.runtime.DynamicScope
{
  private org.jruby.runtime.builtin.IRubyObject[] variableValues;
    descriptor: [Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  public static final java.lang.invoke.MethodHandle CONSTRUCTOR;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=1, args_size=0
         0: .line 28
            ldc Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
         3: .line 36
            invokestatic java.lang.invoke.MethodHandles.lookup:()Ljava/lang/invoke/MethodHandles$Lookup;
         4: .line 37
            ldc Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            ldc Lorg/jruby/parser/StaticScope;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lorg/jruby/runtime/DynamicScope;
            aastore
            invokestatic java.lang.invoke.MethodType.methodType:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodHandles$Lookup.findConstructor:(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
         5: .line 38
            ldc Lorg/jruby/runtime/DynamicScope;
            ldc Lorg/jruby/parser/StaticScope;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lorg/jruby/runtime/DynamicScope;
            aastore
            invokestatic java.lang.invoke.MethodType.methodType:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodHandle.asType:(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
         6: .line 36
            putstatic org.jruby.runtime.scope.ManyVarsDynamicScope.CONSTRUCTOR:Ljava/lang/invoke/MethodHandle;
         7: .line 39
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Exception
         8: astore 0 /* e */
        start local 0 // java.lang.Exception e
         9: .line 40
            new java.lang.RuntimeException
            dup
            ldc "BUG: could not initialize constructor handle"
            aload 0 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.Exception e
        10: .line 42
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            9   10     0     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.Exception

  public void <init>(org.jruby.parser.StaticScope, org.jruby.runtime.DynamicScope);
    descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.parser.StaticScope staticScope
        start local 2 // org.jruby.runtime.DynamicScope parent
         0: .line 45
            aload 0 /* this */
            aload 1 /* staticScope */
            aload 2 /* parent */
            invokespecial org.jruby.runtime.DynamicScope.<init>:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)V
         1: .line 46
            aload 0 /* this */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.allocate:()V
         2: .line 47
            return
        end local 2 // org.jruby.runtime.DynamicScope parent
        end local 1 // org.jruby.parser.StaticScope staticScope
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    3     1  staticScope  Lorg/jruby/parser/StaticScope;
            0    3     2       parent  Lorg/jruby/runtime/DynamicScope;
    MethodParameters:
             Name  Flags
      staticScope  
      parent       

  private void allocate();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 50
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            ifnonnull 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getNumberOfVariables:()I
            invokestatic org.jruby.runtime.builtin.IRubyObject.array:(I)[Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 51
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;

  public org.jruby.runtime.builtin.IRubyObject[] getValues();
    descriptor: ()[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 54
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;

  public org.jruby.runtime.builtin.IRubyObject getValue(int, int);
    descriptor: (II)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // int offset
        start local 2 // int depth
         0: .line 68
            iload 2 /* depth */
            ifle 2
         1: .line 69
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            iload 1 /* offset */
            iload 2 /* depth */
            iconst_1
            isub
            invokevirtual org.jruby.runtime.DynamicScope.getValue:(II)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* variableValues */
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         3: .line 74
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 4
            aload 3 /* variableValues */
            iload 1 /* offset */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 4
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            iload 1 /* offset */
            iload 2 /* depth */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failGet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;II)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 76
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 3 /* variableValues */
            iload 1 /* offset */
            aaload
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 2 // int depth
        end local 1 // int offset
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    5     1          offset  I
            0    5     2           depth  I
            3    5     3  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      offset  
      depth   

  public org.jruby.runtime.builtin.IRubyObject getValueDepthZero(int);
    descriptor: (I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // int offset
         0: .line 80
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            iload 1 /* offset */
            aaload
            areturn
        end local 1 // int offset
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public org.jruby.runtime.builtin.IRubyObject getValueZeroDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 84
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            iconst_0
            aaload
            areturn
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;

  public org.jruby.runtime.builtin.IRubyObject getValueOneDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 88
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            iconst_1
            aaload
            areturn
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;

  public org.jruby.runtime.builtin.IRubyObject getValueTwoDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 92
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            iconst_2
            aaload
            areturn
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;

  public org.jruby.runtime.builtin.IRubyObject getValueThreeDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 96
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            iconst_3
            aaload
            areturn
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;

  public org.jruby.runtime.builtin.IRubyObject getValueOrNil(int, int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (IILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // int offset
        start local 2 // int depth
        start local 3 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 103
            iload 2 /* depth */
            ifle 2
         1: .line 104
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            iload 1 /* offset */
            iload 2 /* depth */
            iconst_1
            isub
            aload 3 /* nil */
            invokevirtual org.jruby.runtime.DynamicScope.getValueOrNil:(IILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            aload 3 /* nil */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.getValueDepthZeroOrNil:(ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject nil
        end local 2 // int depth
        end local 1 // int offset
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    3     1  offset  I
            0    3     2   depth  I
            0    3     3     nil  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      offset  
      depth   
      nil     

  public org.jruby.runtime.builtin.IRubyObject getValueDepthZeroOrNil(int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // int offset
        start local 2 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 111
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* variableValues */
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 113
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 3 /* variableValues */
            iload 1 /* offset */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            iload 1 /* offset */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failGet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 115
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 3 /* variableValues */
            iload 1 /* offset */
            aaload
            astore 4 /* value */
        start local 4 // org.jruby.runtime.builtin.IRubyObject value
         3: .line 116
            aload 4 /* value */
            ifnonnull 4
            aload 0 /* this */
            aload 2 /* nil */
            iload 1 /* offset */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 5
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         4: aload 4 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         5: areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject value
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 2 // org.jruby.runtime.builtin.IRubyObject nil
        end local 1 // int offset
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    6     1          offset  I
            0    6     2             nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     3  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    6     4           value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      offset  
      nil     

  public org.jruby.runtime.builtin.IRubyObject getValueZeroDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 120
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 122
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_0
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            iconst_0
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failGet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 124
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_0
            aaload
            astore 3 /* value */
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         3: .line 125
            aload 3 /* value */
            ifnonnull 4
            aload 0 /* this */
            aload 1 /* nil */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.setValueZeroDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 5
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         4: aload 3 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         5: areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    6     1             nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    6     3           value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueOneDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 129
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 131
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_1
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            iconst_1
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failGet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 133
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_1
            aaload
            astore 3 /* value */
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         3: .line 134
            aload 3 /* value */
            ifnonnull 4
            aload 0 /* this */
            aload 1 /* nil */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.setValueOneDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 5
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         4: aload 3 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         5: areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    6     1             nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    6     3           value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueTwoDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 138
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 140
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_2
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            iconst_2
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failGet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 142
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_2
            aaload
            astore 3 /* value */
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         3: .line 143
            aload 3 /* value */
            ifnonnull 4
            aload 0 /* this */
            aload 1 /* nil */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.setValueTwoDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 5
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         4: aload 3 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         5: areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    6     1             nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    6     3           value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueThreeDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 147
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 149
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failGet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 151
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_3
            aaload
            astore 3 /* value */
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         3: .line 152
            aload 3 /* value */
            ifnonnull 4
            aload 0 /* this */
            aload 1 /* nil */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.setValueThreeDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 5
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         4: aload 3 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         5: areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    6     1             nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    6     3           value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public void setValueVoid(org.jruby.runtime.builtin.IRubyObject, int, int);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // int offset
        start local 3 // int depth
         0: .line 163
            iload 3 /* depth */
            ifle 5
         1: .line 164
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            astore 4 /* parent */
        start local 4 // org.jruby.runtime.DynamicScope parent
         2: .line 166
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 3
            aload 4 /* parent */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            ldc "If depth > 0, then parent should not ever be null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 168
      StackMap locals: org.jruby.runtime.DynamicScope
      StackMap stack:
            aload 4 /* parent */
            aload 1 /* value */
            iload 2 /* offset */
            iload 3 /* depth */
            iconst_1
            isub
            invokevirtual org.jruby.runtime.DynamicScope.setValueVoid:(Lorg/jruby/runtime/builtin/IRubyObject;II)V
        end local 4 // org.jruby.runtime.DynamicScope parent
         4: .line 169
            goto 8
         5: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* variableValues */
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         6: .line 172
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 7
            aload 4 /* variableValues */
            iload 2 /* offset */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 7
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* offset */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         7: .line 174
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* offset */
            invokevirtual org.jruby.runtime.scope.ManyVarsDynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         8: .line 176
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int depth
        end local 2 // int offset
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    9     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     2          offset  I
            0    9     3           depth  I
            2    4     4          parent  Lorg/jruby/runtime/DynamicScope;
            6    8     4  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      value   
      offset  
      depth   

  public void setValueDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // int offset
         0: .line 179
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* variableValues */
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 181
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 3 /* variableValues */
            iload 2 /* offset */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* offset */
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 183
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 3 /* variableValues */
            iload 2 /* offset */
            aload 1 /* value */
            aastore
         3: .line 184
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 2 // int offset
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     2          offset  I
            1    4     3  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      value   
      offset  

  public void setValueZeroDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 186
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 188
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_0
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_0
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 190
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_0
            aload 1 /* value */
            aastore
         3: .line 191
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueOneDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 193
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 195
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_1
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_1
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 197
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_1
            aload 1 /* value */
            aastore
         3: .line 198
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueTwoDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 200
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 202
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_2
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_2
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 204
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_2
            aload 1 /* value */
            aastore
         3: .line 205
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueThreeDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 207
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 209
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 211
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_3
            aload 1 /* value */
            aastore
         3: .line 212
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueFourDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 214
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 216
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 218
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_4
            aload 1 /* value */
            aastore
         3: .line 219
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueFiveDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 221
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 223
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 225
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            iconst_5
            aload 1 /* value */
            aastore
         3: .line 226
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueSixDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 228
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 230
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 232
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            bipush 6
            aload 1 /* value */
            aastore
         3: .line 233
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueSevenDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 235
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 237
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 239
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            bipush 7
            aload 1 /* value */
            aastore
         3: .line 240
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueEightDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 242
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 244
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 246
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            bipush 8
            aload 1 /* value */
            aastore
         3: .line 247
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueNineDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 249
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* variableValues */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         1: .line 251
            getstatic org.jruby.runtime.scope.ManyVarsDynamicScope.$assertionsDisabled:Z
            ifne 2
            aload 2 /* variableValues */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.checkOffset:([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
            ifne 2
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failSet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 253
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* variableValues */
            bipush 9
            aload 1 /* value */
            aastore
         3: .line 254
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    4     1           value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  private static boolean checkOffset(org.jruby.runtime.builtin.IRubyObject[], int);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        start local 1 // int offset
         0: .line 257
            aload 0 /* variableValues */
            ifnull 1
            iload 1 /* offset */
            aload 0 /* variableValues */
            arraylength
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int offset
        end local 0 // org.jruby.runtime.builtin.IRubyObject[] variableValues
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     1          offset  I
    MethodParameters:
                Name  Flags
      variableValues  
      offset          

  private static java.lang.String failGet(org.jruby.runtime.scope.ManyVarsDynamicScope, int);
    descriptor: (Lorg/jruby/runtime/scope/ManyVarsDynamicScope;I)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope scope
        start local 1 // int offset
         0: .line 261
            aload 0 /* scope */
            iload 1 /* offset */
            iconst_0
            invokestatic org.jruby.runtime.scope.ManyVarsDynamicScope.failGet:(Lorg/jruby/runtime/scope/ManyVarsDynamicScope;II)Ljava/lang/String;
            areturn
        end local 1 // int offset
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope scope
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   scope  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      scope   
      offset  

  private static java.lang.String failGet(org.jruby.runtime.scope.ManyVarsDynamicScope, int, int);
    descriptor: (Lorg/jruby/runtime/scope/ManyVarsDynamicScope;II)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope scope
        start local 1 // int offset
        start local 2 // int depth
         0: .line 265
            new java.lang.StringBuilder
            dup
            ldc "No variables or index too big for getValue off: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* offset */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", Dep: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* depth */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", O: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* scope */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // int depth
        end local 1 // int offset
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope scope
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   scope  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    1     1  offset  I
            0    1     2   depth  I
    MethodParameters:
        Name  Flags
      scope   
      offset  
      depth   

  private static java.lang.String failSet(org.jruby.runtime.scope.ManyVarsDynamicScope, org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (Lorg/jruby/runtime/scope/ManyVarsDynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;I)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope scope
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // int offset
         0: .line 269
            new java.lang.StringBuilder
            dup
            ldc "Setting "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* offset */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", O: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* scope */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // int offset
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope scope
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   scope  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            0    1     1   value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2  offset  I
    MethodParameters:
        Name  Flags
      scope   
      value   
      offset  

  public void growIfNeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 281
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* dynamicSize */
        start local 1 // int dynamicSize
         3: .line 283
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getNumberOfVariables:()I
            iload 1 /* dynamicSize */
            if_icmple 8
         4: .line 284
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getNumberOfVariables:()I
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 2 /* values */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] values
         5: .line 286
            iload 1 /* dynamicSize */
            ifle 7
         6: .line 287
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
            iconst_0
            aload 2 /* values */
            iconst_0
            iload 1 /* dynamicSize */
            invokestatic org.jruby.util.ArraySupport.copy:([Ljava/lang/Object;I[Ljava/lang/Object;II)V
         7: .line 290
      StackMap locals: int org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 0 /* this */
            aload 2 /* values */
            putfield org.jruby.runtime.scope.ManyVarsDynamicScope.variableValues:[Lorg/jruby/runtime/builtin/IRubyObject;
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] values
         8: .line 292
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int dynamicSize
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
            3    9     1  dynamicSize  I
            5    8     2       values  [Lorg/jruby/runtime/builtin/IRubyObject;

  public org.jruby.runtime.DynamicScope cloneScope();
    descriptor: ()Lorg/jruby/runtime/DynamicScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
         0: .line 297
            new org.jruby.runtime.scope.ManyVarsDynamicScope
            dup
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            aload 0 /* this */
            getfield org.jruby.runtime.scope.ManyVarsDynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            invokespecial org.jruby.runtime.scope.ManyVarsDynamicScope.<init>:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)V
            areturn
        end local 0 // org.jruby.runtime.scope.ManyVarsDynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/scope/ManyVarsDynamicScope;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "ManyVarsDynamicScope.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles