class com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy implements org.graalvm.polyglot.proxy.ProxyArray, org.graalvm.polyglot.proxy.ProxyObject, org.graalvm.polyglot.proxy.ProxyNativeObject, org.graalvm.polyglot.proxy.ProxyExecutable, org.graalvm.polyglot.proxy.ProxyInstantiable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
         0: .line 740
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;

  public java.lang.Object execute(org.graalvm.polyglot.Value[]);
    descriptor: ([Lorg/graalvm/polyglot/Value;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // org.graalvm.polyglot.Value[] t
         0: .line 743
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 1 // org.graalvm.polyglot.Value[] t
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1     t  [Lorg/graalvm/polyglot/Value;
    MethodParameters:
      Name  Flags
      t     

  public java.lang.Object newInstance(org.graalvm.polyglot.Value[]);
    descriptor: ([Lorg/graalvm/polyglot/Value;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // org.graalvm.polyglot.Value[] arguments
         0: .line 748
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 1 // org.graalvm.polyglot.Value[] arguments
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1  arguments  [Lorg/graalvm/polyglot/Value;
    MethodParameters:
           Name  Flags
      arguments  

  public long asPointer();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
         0: .line 752
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;

  public java.lang.Object getMember(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // java.lang.String key
         0: .line 756
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public org.graalvm.polyglot.proxy.ProxyArray getMemberKeys();
    descriptor: ()Lorg/graalvm/polyglot/proxy/ProxyArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
         0: .line 760
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;

  public boolean hasMember(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // java.lang.String key
         0: .line 764
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public void putMember(java.lang.String, org.graalvm.polyglot.Value);
    descriptor: (Ljava/lang/String;Lorg/graalvm/polyglot/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // java.lang.String key
        start local 2 // org.graalvm.polyglot.Value value
         0: .line 768
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 2 // org.graalvm.polyglot.Value value
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1    key  Ljava/lang/String;
            0    1     2  value  Lorg/graalvm/polyglot/Value;
    MethodParameters:
       Name  Flags
      key    
      value  

  public boolean remove(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // long index
         0: .line 773
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public boolean removeMember(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // java.lang.String key
         0: .line 778
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object get(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // long index
         0: .line 782
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public void set(long, org.graalvm.polyglot.Value);
    descriptor: (JLorg/graalvm/polyglot/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
        start local 1 // long index
        start local 3 // org.graalvm.polyglot.Value value
         0: .line 786
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 3 // org.graalvm.polyglot.Value value
        end local 1 // long index
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;
            0    1     1  index  J
            0    1     3  value  Lorg/graalvm/polyglot/Value;
    MethodParameters:
       Name  Flags
      index  
      value  

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
         0: .line 790
            new com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ProxySPITest$AllProxy;

  public java.lang.Object getMemberKeys();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy.getMemberKeys:()Lorg/graalvm/polyglot/proxy/ProxyArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ProxySPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ProxySPITest
InnerClasses:
  private AllProxy = com.oracle.truffle.api.test.polyglot.ProxySPITest$AllProxy of com.oracle.truffle.api.test.polyglot.ProxySPITest
  TestError = com.oracle.truffle.api.test.polyglot.ProxySPITest$TestError of com.oracle.truffle.api.test.polyglot.ProxySPITest