final class com.oracle.truffle.js.test.polyglot.ForeignTestMap$IsIdenticalOrUndefined
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.test.polyglot.ForeignTestMap$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.js.test.polyglot.ForeignTestMap$IsIdenticalOrUndefined this
         0: .line 246
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestMap$IsIdenticalOrUndefined this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestMap$IsIdenticalOrUndefined;

  static com.oracle.truffle.api.utilities.TriState doSLObject(com.oracle.truffle.js.test.polyglot.ForeignTestMap, com.oracle.truffle.js.test.polyglot.ForeignTestMap);
    descriptor: (Lcom/oracle/truffle/js/test/polyglot/ForeignTestMap;Lcom/oracle/truffle/js/test/polyglot/ForeignTestMap;)Lcom/oracle/truffle/api/utilities/TriState;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestMap receiver
        start local 1 // com.oracle.truffle.js.test.polyglot.ForeignTestMap other
         0: .line 249
            aload 0 /* receiver */
            aload 1 /* other */
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.oracle.truffle.api.utilities.TriState.valueOf:(Z)Lcom/oracle/truffle/api/utilities/TriState;
            areturn
        end local 1 // com.oracle.truffle.js.test.polyglot.ForeignTestMap other
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestMap receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  receiver  Lcom/oracle/truffle/js/test/polyglot/ForeignTestMap;
            0    3     1     other  Lcom/oracle/truffle/js/test/polyglot/ForeignTestMap;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
          Name  Flags
      receiver  
      other     

  static com.oracle.truffle.api.utilities.TriState doOther(com.oracle.truffle.js.test.polyglot.ForeignTestMap, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/js/test/polyglot/ForeignTestMap;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.js.test.polyglot.ForeignTestMap receiver
        start local 1 // java.lang.Object other
         0: .line 255
            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.js.test.polyglot.ForeignTestMap receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/js/test/polyglot/ForeignTestMap;
            0    1     1     other  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
          Name  Flags
      receiver  
      other     
}
SourceFile: "ForeignTestMap.java"
NestHost: com.oracle.truffle.js.test.polyglot.ForeignTestMap
InnerClasses:
  final IsIdenticalOrUndefined = com.oracle.truffle.js.test.polyglot.ForeignTestMap$IsIdenticalOrUndefined of com.oracle.truffle.js.test.polyglot.ForeignTestMap
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()