final class com.oracle.truffle.polyglot.HostFunction$IsIdenticalOrUndefined
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostFunction$IsIdenticalOrUndefined
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostFunction$IsIdenticalOrUndefined this
         0: .line 112
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.polyglot.HostFunction$IsIdenticalOrUndefined this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostFunction$IsIdenticalOrUndefined;

  static com.oracle.truffle.api.utilities.TriState doHostObject(com.oracle.truffle.polyglot.HostFunction, com.oracle.truffle.polyglot.HostFunction);
    descriptor: (Lcom/oracle/truffle/polyglot/HostFunction;Lcom/oracle/truffle/polyglot/HostFunction;)Lcom/oracle/truffle/api/utilities/TriState;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostFunction receiver
        start local 1 // com.oracle.truffle.polyglot.HostFunction other
         0: .line 115
            aload 0 /* receiver */
            getfield com.oracle.truffle.polyglot.HostFunction.method:Lcom/oracle/truffle/polyglot/HostMethodDesc;
            aload 1 /* other */
            getfield com.oracle.truffle.polyglot.HostFunction.method:Lcom/oracle/truffle/polyglot/HostMethodDesc;
            if_acmpne 1
            aload 0 /* receiver */
            getfield com.oracle.truffle.polyglot.HostFunction.obj:Ljava/lang/Object;
            aload 1 /* other */
            getfield com.oracle.truffle.polyglot.HostFunction.obj:Ljava/lang/Object;
            if_acmpne 1
            getstatic com.oracle.truffle.api.utilities.TriState.TRUE:Lcom/oracle/truffle/api/utilities/TriState;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic com.oracle.truffle.api.utilities.TriState.FALSE:Lcom/oracle/truffle/api/utilities/TriState;
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.utilities.TriState
         2: areturn
        end local 1 // com.oracle.truffle.polyglot.HostFunction other
        end local 0 // com.oracle.truffle.polyglot.HostFunction receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  receiver  Lcom/oracle/truffle/polyglot/HostFunction;
            0    3     1     other  Lcom/oracle/truffle/polyglot/HostFunction;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
          Name  Flags
      receiver  
      other     

  static com.oracle.truffle.api.utilities.TriState doOther(com.oracle.truffle.polyglot.HostFunction, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/HostFunction;Ljava/lang/Object;)Lcom/oracle/truffle/api/utilities/TriState;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostFunction receiver
        start local 1 // java.lang.Object other
         0: .line 120
            getstatic com.oracle.truffle.api.utilities.TriState.UNDEFINED:Lcom/oracle/truffle/api/utilities/TriState;
            areturn
        end local 1 // java.lang.Object other
        end local 0 // com.oracle.truffle.polyglot.HostFunction receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/polyglot/HostFunction;
            0    1     1     other  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
          Name  Flags
      receiver  
      other     
}
SourceFile: "HostFunction.java"
NestHost: com.oracle.truffle.polyglot.HostFunction
InnerClasses:
  final IsIdenticalOrUndefined = com.oracle.truffle.polyglot.HostFunction$IsIdenticalOrUndefined of com.oracle.truffle.polyglot.HostFunction
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()