abstract class com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode extends com.oracle.truffle.polyglot.PolyglotValue$InteropNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode
  super_class: com.oracle.truffle.polyglot.PolyglotValue$InteropNode
{
  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=1, locals=0, args_size=0
         0: .line 1774
            ldc Lcom/oracle/truffle/polyglot/PolyglotValue;
            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 com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
         0: .line 1777
            aload 0 /* this */
            aload 1 /* interop */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue$InteropNode.<init>:(Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
         1: .line 1778
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$RemoveMemberNode;
            0    2     1  interop  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
    MethodParameters:
         Name  Flags
      interop  

  protected java.lang.String getOperationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode this
         0: .line 1782
            ldc "removeMember"
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$RemoveMemberNode;

  protected java.lang.Class<?>[] getArgumentTypes();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode this
         0: .line 1787
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode.polyglot:Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
            getfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache.receiverType:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            ldc Ljava/lang/String;
            aastore
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$RemoveMemberNode;
    Signature: ()[Ljava/lang/Class<*>;

  static java.lang.Object doCached(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[], com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.api.profiles.BranchProfile, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/api/profiles/BranchProfile;Lcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=8, args_size=6
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] args
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary objects
        start local 4 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        start local 5 // com.oracle.truffle.api.profiles.BranchProfile unknown
         0: .line 1795
            aload 2 /* args */
            iconst_2
            aaload
            checkcast java.lang.String
            astore 6 /* key */
        start local 6 // java.lang.String key
         1: .line 1798
            getstatic com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode.$assertionsDisabled:Z
            ifne 2
            aload 6 /* key */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "should be handled already"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 1799
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* objects */
            aload 1 /* receiver */
            aload 6 /* key */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.removeMember:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 1800
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            astore 7 /* value */
        start local 7 // java.lang.Object value
         4: .line 1801
            goto 14
        end local 7 // java.lang.Object value
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
         5: pop
         6: .line 1802
            aload 4 /* unsupported */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         7: .line 1803
            aload 3 /* objects */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMembers:(Ljava/lang/Object;)Z
            ifeq 8
            aload 3 /* objects */
            aload 1 /* receiver */
            aload 6 /* key */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberExisting:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifeq 9
         8: .line 1804
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.removeMemberUnsupported:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/RuntimeException;
            athrow
         9: .line 1806
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            astore 7 /* value */
        start local 7 // java.lang.Object value
        10: goto 14
        end local 7 // java.lang.Object value
        11: .line 1808
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnknownIdentifierException
            pop
        12: .line 1809
            aload 5 /* unknown */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
        13: .line 1810
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            astore 7 /* value */
        start local 7 // java.lang.Object value
        14: .line 1812
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* value */
            areturn
        end local 7 // java.lang.Object value
        end local 6 // java.lang.String key
        end local 5 // com.oracle.truffle.api.profiles.BranchProfile unknown
        end local 4 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary objects
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0      context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0   15     1     receiver  Ljava/lang/Object;
            0   15     2         args  [Ljava/lang/Object;
            0   15     3      objects  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0   15     4  unsupported  Lcom/oracle/truffle/api/profiles/BranchProfile;
            0   15     5      unknown  Lcom/oracle/truffle/api/profiles/BranchProfile;
            1   15     6          key  Ljava/lang/String;
            4    5     7        value  Ljava/lang/Object;
           10   11     7        value  Ljava/lang/Object;
           14   15     7        value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     4       5  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           1     4      11  Class com.oracle.truffle.api.interop.UnknownIdentifierException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "CACHE_LIMIT")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver")
      4:
        com.oracle.truffle.api.dsl.Cached()
      5:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
             Name  Flags
      context      
      receiver     
      args         
      objects      
      unsupported  
      unknown      
}
SourceFile: "PolyglotValue.java"
NestHost: com.oracle.truffle.polyglot.PolyglotValue
InnerClasses:
  InteropCodeCache = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache of com.oracle.truffle.polyglot.PolyglotValue
  abstract RemoveMemberNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveMemberNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache
  abstract InteropNode = com.oracle.truffle.polyglot.PolyglotValue$InteropNode of com.oracle.truffle.polyglot.PolyglotValue