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

  static java.lang.RuntimeException nullCoercion(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        start local 1 // java.lang.Object nullValue
        start local 2 // java.lang.reflect.Type targetType
         0: .line 56
            ldc "Cannot convert null value %s to Java type '%s'."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 57
            aload 0 /* languageContext */
            aload 1 /* nullValue */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 58
            aload 2 /* targetType */
            invokeinterface java.lang.reflect.Type.getTypeName:()Ljava/lang/String;
            aastore
         3: .line 56
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.nullPointer:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 2 // java.lang.reflect.Type targetType
        end local 1 // java.lang.Object nullValue
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    4     1        nullValue  Ljava/lang/Object;
            0    4     2       targetType  Ljava/lang/reflect/Type;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      languageContext  
      nullValue        
      targetType       

  static java.lang.RuntimeException cannotConvertPrimitive(com.oracle.truffle.polyglot.PolyglotLanguageContext, , java.lang.Class<?>);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        start local 1 // java.lang.Object value
        start local 2 // java.lang.Class targetType
         0: .line 64
            aload 2 /* targetType */
            invokestatic com.oracle.truffle.polyglot.ToHostNode.isPrimitiveTarget:(Ljava/lang/Class;)Z
            ifeq 3
         1: .line 65
            ldc "Invalid or lossy primitive coercion."
            astore 3 /* reason */
        start local 3 // java.lang.String reason
         2: .line 66
            goto 4
        end local 3 // java.lang.String reason
         3: .line 67
      StackMap locals:
      StackMap stack:
            ldc "Unsupported target type."
            astore 3 /* reason */
        start local 3 // java.lang.String reason
         4: .line 69
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "Cannot convert %s to Java type '%s': %s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 70
            aload 0 /* languageContext */
            aload 1 /* value */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
         6: .line 71
            aload 2 /* targetType */
            invokevirtual java.lang.Class.getTypeName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
         7: .line 72
            aload 3 /* reason */
            aastore
         8: .line 69
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.classCast:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            areturn
        end local 3 // java.lang.String reason
        end local 2 // java.lang.Class targetType
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    9     1            value  Ljava/lang/Object;
            0    9     2       targetType  Ljava/lang/Class<*>;
            2    3     3           reason  Ljava/lang/String;
            4    9     3           reason  Ljava/lang/String;
    Signature: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/Class<*>;)Ljava/lang/RuntimeException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      languageContext  
      value            
      targetType       

  static java.lang.RuntimeException cannotConvert(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, java.lang.String);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/String;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        start local 1 // java.lang.Object value
        start local 2 // java.lang.reflect.Type targetType
        start local 3 // java.lang.String reason
         0: .line 77
            ldc "Cannot convert %s to Java type '%s': %s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 78
            aload 0 /* languageContext */
            aload 1 /* value */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 79
            aload 2 /* targetType */
            invokeinterface java.lang.reflect.Type.getTypeName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
         3: .line 80
            aload 3 /* reason */
            aastore
         4: .line 77
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.classCast:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            areturn
        end local 3 // java.lang.String reason
        end local 2 // java.lang.reflect.Type targetType
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    5     1            value  Ljava/lang/Object;
            0    5     2       targetType  Ljava/lang/reflect/Type;
            0    5     3           reason  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      languageContext  
      value            
      targetType       
      reason           

  static java.lang.RuntimeException invalidListIndex(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, int);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;I)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type componentType
        start local 3 // int index
         0: .line 85
            ldc "Invalid index %s for List<%s> %s."
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 2 /* componentType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* message */
        start local 4 // java.lang.String message
         1: .line 86
            aload 4 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.arrayIndexOutOfBounds:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 4 // java.lang.String message
        end local 3 // int index
        end local 2 // java.lang.reflect.Type componentType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1       receiver  Ljava/lang/Object;
            0    2     2  componentType  Ljava/lang/reflect/Type;
            0    2     3          index  I
            1    2     4        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
               Name  Flags
      context        
      receiver       
      componentType  
      index          

  static java.lang.RuntimeException invalidArrayIndex(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, int);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;I)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type componentType
        start local 3 // int index
         0: .line 91
            ldc "Invalid array index %s for %s[] %s."
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 2 /* componentType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* message */
        start local 4 // java.lang.String message
         1: .line 92
            aload 4 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.arrayIndexOutOfBounds:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 4 // java.lang.String message
        end local 3 // int index
        end local 2 // java.lang.reflect.Type componentType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1       receiver  Ljava/lang/Object;
            0    2     2  componentType  Ljava/lang/reflect/Type;
            0    2     3          index  I
            1    2     4        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
               Name  Flags
      context        
      receiver       
      componentType  
      index          

  private static java.lang.Object formatComponentType(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Type componentType
         0: .line 96
            aload 0 /* componentType */
            ifnull 1
            aload 0 /* componentType */
            ldc Ljava/lang/Object;
            if_acmpne 2
      StackMap locals:
      StackMap stack:
         1: ldc "Object"
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* componentType */
            invokeinterface java.lang.reflect.Type.getTypeName:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 0 // java.lang.reflect.Type componentType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0  componentType  Ljava/lang/reflect/Type;
    MethodParameters:
               Name  Flags
      componentType  

  static java.lang.RuntimeException arrayReadUnsupported(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type componentType
         0: .line 101
            ldc "Unsupported array read operation for %s[] %s."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* componentType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_1
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* message */
        start local 3 // java.lang.String message
         1: .line 102
            aload 3 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.unsupported:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 3 // java.lang.String message
        end local 2 // java.lang.reflect.Type componentType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1       receiver  Ljava/lang/Object;
            0    2     2  componentType  Ljava/lang/reflect/Type;
            1    2     3        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
               Name  Flags
      context        
      receiver       
      componentType  

  static java.lang.RuntimeException listUnsupported(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, java.lang.String);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/String;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type componentType
        start local 3 // java.lang.String operation
         0: .line 107
            ldc "Unsupported operation %s for List<%s> %s."
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* operation */
            aastore
            dup
            iconst_1
            aload 2 /* componentType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* message */
        start local 4 // java.lang.String message
         1: .line 108
            aload 4 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.unsupported:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 4 // java.lang.String message
        end local 3 // java.lang.String operation
        end local 2 // java.lang.reflect.Type componentType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1       receiver  Ljava/lang/Object;
            0    2     2  componentType  Ljava/lang/reflect/Type;
            0    2     3      operation  Ljava/lang/String;
            1    2     4        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
               Name  Flags
      context        
      receiver       
      componentType  
      operation      

  static java.lang.RuntimeException mapUnsupported(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, java.lang.reflect.Type, java.lang.String);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/String;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type keyType
        start local 3 // java.lang.reflect.Type valueType
        start local 4 // java.lang.String operation
         0: .line 113
            ldc "Unsupported operation %s for Map<%s, %s> %s."
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* operation */
            aastore
            dup
            iconst_1
            aload 2 /* keyType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 3 /* valueType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_3
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 5 /* message */
        start local 5 // java.lang.String message
         1: .line 114
            aload 5 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.unsupported:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 5 // java.lang.String message
        end local 4 // java.lang.String operation
        end local 3 // java.lang.reflect.Type valueType
        end local 2 // java.lang.reflect.Type keyType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0    context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1   receiver  Ljava/lang/Object;
            0    2     2    keyType  Ljava/lang/reflect/Type;
            0    2     3  valueType  Ljava/lang/reflect/Type;
            0    2     4  operation  Ljava/lang/String;
            1    2     5    message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
           Name  Flags
      context    
      receiver   
      keyType    
      valueType  
      operation  

  static java.lang.RuntimeException invalidMapValue(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, java.lang.reflect.Type, java.lang.Object, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type keyType
        start local 3 // java.lang.reflect.Type valueType
        start local 4 // java.lang.Object identifier
        start local 5 // java.lang.Object value
         0: .line 120
            ldc "Invalid value %s for Map<%s, %s> %s and identifier '%s'."
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 121
            aload 0 /* context */
            aload 5 /* value */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* keyType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 3 /* valueType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_3
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_4
            aload 4 /* identifier */
            aastore
         2: .line 120
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         3: .line 119
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.classCast:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 5 // java.lang.Object value
        end local 4 // java.lang.Object identifier
        end local 3 // java.lang.reflect.Type valueType
        end local 2 // java.lang.reflect.Type keyType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0     context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    4     1    receiver  Ljava/lang/Object;
            0    4     2     keyType  Ljava/lang/reflect/Type;
            0    4     3   valueType  Ljava/lang/reflect/Type;
            0    4     4  identifier  Ljava/lang/Object;
            0    4     5       value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
            Name  Flags
      context     
      receiver    
      keyType     
      valueType   
      identifier  
      value       

  static java.lang.RuntimeException invalidMapIdentifier(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, java.lang.reflect.Type, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/Object;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type keyType
        start local 3 // java.lang.reflect.Type valueType
        start local 4 // java.lang.Object identifier
         0: .line 126
            aload 4 /* identifier */
            instanceof java.lang.Number
            ifne 1
            aload 4 /* identifier */
            instanceof java.lang.String
            ifeq 5
         1: .line 128
      StackMap locals:
      StackMap stack:
            ldc "Invalid or unmodifiable value for identifier '%s' for Map<%s, %s> %s."
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
            dup
            iconst_1
            aload 2 /* keyType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
         2: .line 129
            aload 3 /* valueType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_3
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
         3: .line 128
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 127
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.illegalArgument:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
         5: .line 132
      StackMap locals:
      StackMap stack:
            ldc "Illegal identifier type '%s' for Map<%s, %s> %s."
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            ifnonnull 6
            ldc "null"
            goto 7
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLanguageContext java.lang.Object java.lang.reflect.Type java.lang.reflect.Type java.lang.Object
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         6: aload 4 /* identifier */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getTypeName:()Ljava/lang/String;
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLanguageContext java.lang.Object java.lang.reflect.Type java.lang.reflect.Type java.lang.Object
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         7: aastore
            dup
            iconst_1
            aload 2 /* keyType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
         8: .line 133
            aload 3 /* valueType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_3
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
         9: .line 132
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        10: .line 131
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.illegalArgument:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 4 // java.lang.Object identifier
        end local 3 // java.lang.reflect.Type valueType
        end local 2 // java.lang.reflect.Type keyType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0     context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0   11     1    receiver  Ljava/lang/Object;
            0   11     2     keyType  Ljava/lang/reflect/Type;
            0   11     3   valueType  Ljava/lang/reflect/Type;
            0   11     4  identifier  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
            Name  Flags
      context     
      receiver    
      keyType     
      valueType   
      identifier  

  static java.lang.RuntimeException invalidListValue(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.reflect.Type, int, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/reflect/Type;ILjava/lang/Object;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.reflect.Type componentType
        start local 3 // int identifier
        start local 4 // java.lang.Object value
         0: .line 140
            ldc "Invalid value %s for List<%s> %s and index %s."
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 141
            aload 0 /* context */
            aload 4 /* value */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* componentType */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatComponentType:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_3
            iload 3 /* identifier */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         2: .line 140
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         3: .line 139
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.classCast:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 4 // java.lang.Object value
        end local 3 // int identifier
        end local 2 // java.lang.reflect.Type componentType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    4     1       receiver  Ljava/lang/Object;
            0    4     2  componentType  Ljava/lang/reflect/Type;
            0    4     3     identifier  I
            0    4     4          value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
               Name  Flags
      context        
      receiver       
      componentType  
      identifier     
      value          

  static java.lang.RuntimeException invalidExecuteArgumentType(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] arguments
         0: .line 146
            aload 0 /* context */
            aload 2 /* arguments */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatArgs:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/String;
            astore 3 /* formattedArgs */
        start local 3 // java.lang.String[] formattedArgs
         1: .line 147
            ldc "Invalid argument when executing %s with arguments %s."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 3 /* formattedArgs */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* message */
        start local 4 // java.lang.String message
         2: .line 148
            aload 4 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.illegalArgument:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 4 // java.lang.String message
        end local 3 // java.lang.String[] formattedArgs
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    3     1       receiver  Ljava/lang/Object;
            0    3     2      arguments  [Ljava/lang/Object;
            1    3     3  formattedArgs  [Ljava/lang/String;
            2    3     4        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
           Name  Flags
      context    
      receiver   
      arguments  

  static java.lang.RuntimeException invalidInstantiateArgumentType(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] arguments
         0: .line 153
            aload 0 /* context */
            aload 2 /* arguments */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatArgs:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/String;
            astore 3 /* formattedArgs */
        start local 3 // java.lang.String[] formattedArgs
         1: .line 154
            ldc "Invalid argument when instantiating %s with arguments %s."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 3 /* formattedArgs */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* message */
        start local 4 // java.lang.String message
         2: .line 155
            aload 4 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.illegalArgument:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 4 // java.lang.String message
        end local 3 // java.lang.String[] formattedArgs
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    3     1       receiver  Ljava/lang/Object;
            0    3     2      arguments  [Ljava/lang/Object;
            1    3     3  formattedArgs  [Ljava/lang/String;
            2    3     4        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
           Name  Flags
      context    
      receiver   
      arguments  

  static java.lang.RuntimeException invalidInstantiateArity(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[], int, int);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;II)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] arguments
        start local 3 // int expected
        start local 4 // int actual
         0: .line 160
            aload 0 /* context */
            aload 2 /* arguments */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatArgs:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/String;
            astore 5 /* formattedArgs */
        start local 5 // java.lang.String[] formattedArgs
         1: .line 161
            ldc "Invalid argument count when instantiating %s with arguments %s. Expected %s argument(s) but got %s."
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 162
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 5 /* formattedArgs */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aastore
            dup
            iconst_2
            iload 3 /* expected */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            iload 4 /* actual */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 161
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 6 /* message */
        start local 6 // java.lang.String message
         4: .line 163
            aload 6 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.illegalArgument:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 6 // java.lang.String message
        end local 5 // java.lang.String[] formattedArgs
        end local 4 // int actual
        end local 3 // int expected
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    5     1       receiver  Ljava/lang/Object;
            0    5     2      arguments  [Ljava/lang/Object;
            0    5     3       expected  I
            0    5     4         actual  I
            1    5     5  formattedArgs  [Ljava/lang/String;
            4    5     6        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
           Name  Flags
      context    
      receiver   
      arguments  
      expected   
      actual     

  static java.lang.RuntimeException invalidExecuteArity(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[], int, int);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;II)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] arguments
        start local 3 // int expected
        start local 4 // int actual
         0: .line 168
            aload 0 /* context */
            aload 2 /* arguments */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.formatArgs:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/String;
            astore 5 /* formattedArgs */
        start local 5 // java.lang.String[] formattedArgs
         1: .line 169
            ldc "Invalid argument count when executing %s with arguments %s. Expected %s argument(s) but got %s."
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 170
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 5 /* formattedArgs */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aastore
            dup
            iconst_2
            iload 3 /* expected */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            iload 4 /* actual */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 169
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 6 /* message */
        start local 6 // java.lang.String message
         4: .line 171
            aload 6 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.illegalArgument:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 6 // java.lang.String message
        end local 5 // java.lang.String[] formattedArgs
        end local 4 // int actual
        end local 3 // int expected
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    5     1       receiver  Ljava/lang/Object;
            0    5     2      arguments  [Ljava/lang/Object;
            0    5     3       expected  I
            0    5     4         actual  I
            1    5     5  formattedArgs  [Ljava/lang/String;
            4    5     6        message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
           Name  Flags
      context    
      receiver   
      arguments  
      expected   
      actual     

  static java.lang.RuntimeException invokeUnsupported(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.String);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.String identifier
         0: .line 176
            ldc "Unsupported operation identifier '%s' and  object %s. Identifier is not executable or instantiable."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* identifier */
            aastore
            dup
            iconst_1
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* message */
        start local 3 // java.lang.String message
         1: .line 177
            aload 3 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.unsupported:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 3 // java.lang.String message
        end local 2 // java.lang.String identifier
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0     context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1    receiver  Ljava/lang/Object;
            0    2     2  identifier  Ljava/lang/String;
            1    2     3     message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
            Name  Flags
      context     
      receiver    
      identifier  

  static java.lang.RuntimeException executeUnsupported(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/RuntimeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
         0: .line 182
            ldc "Unsupported operation for object %s. Object is not executable or instantiable."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* message */
        start local 2 // java.lang.String message
         1: .line 183
            aload 2 /* message */
            invokestatic com.oracle.truffle.polyglot.PolyglotEngineException.unsupported:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/PolyglotEngineException;
            athrow
        end local 2 // java.lang.String message
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0   context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1  receiver  Ljava/lang/Object;
            1    2     2   message  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
          Name  Flags
      context   
      receiver  

  private static java.lang.String[] formatArgs(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object[] arguments
         0: .line 187
            aload 1 /* arguments */
            arraylength
            anewarray java.lang.String
            astore 2 /* formattedArgs */
        start local 2 // java.lang.String[] formattedArgs
         1: .line 188
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 189
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 2 /* formattedArgs */
            iload 3 /* i */
            aload 0 /* context */
            aload 1 /* arguments */
            iload 3 /* i */
            aaload
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            aastore
         4: .line 188
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 1 /* arguments */
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 191
            aload 2 /* formattedArgs */
            areturn
        end local 2 // java.lang.String[] formattedArgs
        end local 1 // java.lang.Object[] arguments
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    7     1      arguments  [Ljava/lang/Object;
            1    7     2  formattedArgs  [Ljava/lang/String;
            2    6     3              i  I
    MethodParameters:
           Name  Flags
      context    
      arguments  

  static java.lang.String getValueInfo(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        start local 1 // java.lang.Object value
         0: .line 195
            aload 0 /* languageContext */
            aload 1 /* value */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.getValueInfo:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    1     1            value  Ljava/lang/Object;
    MethodParameters:
                 Name  Flags
      languageContext  
      value            

  static com.oracle.truffle.api.interop.UnsupportedTypeException unsupportedTypeException(java.lang.Object[], java.lang.Throwable);
    descriptor: ([Ljava/lang/Object;Ljava/lang/Throwable;)Lcom/oracle/truffle/api/interop/UnsupportedTypeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object[] args
        start local 1 // java.lang.Throwable e
         0: .line 200
            aload 0 /* args */
            aload 1 /* e */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.interop.UnsupportedTypeException.create:([Ljava/lang/Object;Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnsupportedTypeException;
            areturn
        end local 1 // java.lang.Throwable e
        end local 0 // java.lang.Object[] args
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  args  [Ljava/lang/Object;
            0    1     1     e  Ljava/lang/Throwable;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
      Name  Flags
      args  
      e     

  static com.oracle.truffle.api.interop.UnsupportedTypeException unsupportedTypeException(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)Lcom/oracle/truffle/api/interop/UnsupportedTypeException;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Object arg
        start local 1 // java.lang.Throwable e
         0: .line 205
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* arg */
            aastore
            aload 1 /* e */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.interop.UnsupportedTypeException.create:([Ljava/lang/Object;Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnsupportedTypeException;
            areturn
        end local 1 // java.lang.Throwable e
        end local 0 // java.lang.Object arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   arg  Ljava/lang/Object;
            0    1     1     e  Ljava/lang/Throwable;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
      Name  Flags
      arg   
      e     
}
SourceFile: "HostInteropErrors.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives