abstract class com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode extends com.oracle.truffle.api.instrumentation.ExecutionEventNode implements com.oracle.truffle.polyglot.PolyglotManagement$Event
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode
  super_class: com.oracle.truffle.api.instrumentation.ExecutionEventNode
{
  final com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl config;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.instrumentation.EventContext context;
    descriptor: Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.SourceSection location;
    descriptor: Lorg/graalvm/polyglot/SourceSection;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.management.ExecutionEvent cachedEvent;
    descriptor: Lorg/graalvm/polyglot/management/ExecutionEvent;
    flags: (0x0010) ACC_FINAL

  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 518
            ldc Lcom/oracle/truffle/polyglot/PolyglotManagement;
            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.PolyglotManagement$AbstractNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl, com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl config
        start local 2 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 525
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.ExecutionEventNode.<init>:()V
         1: .line 526
            aload 0 /* this */
            aload 1 /* config */
            putfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
         2: .line 527
            aload 0 /* this */
            aload 2 /* context */
            putfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
         3: .line 528
            aload 0 /* this */
            aload 1 /* config */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl.impl:Lcom/oracle/truffle/polyglot/PolyglotImpl;
            aload 2 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.polyglot.PolyglotImpl.getPolyglotSourceSection:(Lcom/oracle/truffle/api/source/SourceSection;)Lorg/graalvm/polyglot/SourceSection;
            putfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.location:Lorg/graalvm/polyglot/SourceSection;
         4: .line 529
            aload 0 /* this */
            aload 1 /* config */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl.impl:Lcom/oracle/truffle/polyglot/PolyglotImpl;
            invokevirtual com.oracle.truffle.polyglot.PolyglotImpl.getManagement:()Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$ManagementAccess;
            aload 0 /* this */
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$ManagementAccess.newExecutionEvent:(Ljava/lang/Object;)Lorg/graalvm/polyglot/management/ExecutionEvent;
            putfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.cachedEvent:Lorg/graalvm/polyglot/management/ExecutionEvent;
         5: .line 530
            return
        end local 2 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 1 // com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl config
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            0    6     1   config  Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            0    6     2  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
         Name  Flags
      config   
      context  

  public java.lang.String getRootName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 533
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            astore 1 /* rootNode */
        start local 1 // com.oracle.truffle.api.nodes.RootNode rootNode
         1: .line 534
            aload 1 /* rootNode */
            ifnonnull 3
         2: .line 536
            aconst_null
            areturn
         3: .line 539
      StackMap locals: com.oracle.truffle.api.nodes.RootNode
      StackMap stack:
            aload 1 /* rootNode */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getName:()Ljava/lang/String;
         4: areturn
         5: .line 540
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         6: .line 541
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.wrapHostError:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // java.lang.Throwable t
        end local 1 // com.oracle.truffle.api.nodes.RootNode rootNode
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            1    7     1  rootNode  Lcom/oracle/truffle/api/nodes/RootNode;
            6    7     2         t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable

  protected final void onEnter(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 547
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.onEnter:Ljava/util/function/Consumer;
            ifnull 5
         1: .line 549
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.invokeOnEnter:()V
         2: .line 550
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* t */
        start local 2 // java.lang.Throwable t
         4: .line 551
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.wrapHostError:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // java.lang.Throwable t
         5: .line 554
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            0    6     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            4    5     2      t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
       Name  Flags
      frame  

  protected java.lang.RuntimeException wrapHostError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
        start local 1 // java.lang.Throwable t
         0: .line 557
            getstatic com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.$assertionsDisabled:Z
            ifne 1
            aload 1 /* t */
            instanceof com.oracle.truffle.polyglot.HostException
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 558
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.polyglot.HostException
            dup
            aload 1 /* t */
            invokespecial com.oracle.truffle.polyglot.HostException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Throwable t
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  protected final void invokeOnEnter();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 563
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.onEnter:Ljava/util/function/Consumer;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.cachedEvent:Lorg/graalvm/polyglot/management/ExecutionEvent;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 564
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary(allowInlining = true)

  protected final void invokeReturn();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 568
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.onReturn:Ljava/util/function/Consumer;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.cachedEvent:Lorg/graalvm/polyglot/management/ExecutionEvent;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 569
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary(allowInlining = true)

  protected final void invokeException();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 573
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.onReturn:Ljava/util/function/Consumer;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.cachedEvent:Lorg/graalvm/polyglot/management/ExecutionEvent;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 574
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary(allowInlining = true)

  protected final void invokeReturnAllocate(java.util.List<org.graalvm.polyglot.Value>, org.graalvm.polyglot.Value);
    descriptor: (Ljava/util/List;Lorg/graalvm/polyglot/Value;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
        start local 1 // java.util.List inputValues
        start local 2 // org.graalvm.polyglot.Value returnValue
         0: .line 578
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.onReturn:Ljava/util/function/Consumer;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.management:Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl$ManagementAccess;
            new com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent
            dup
            aload 0 /* this */
            aload 1 /* inputValues */
            aload 2 /* returnValue */
            aconst_null
            invokespecial com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.<init>:(Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;Ljava/util/List;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/PolyglotException;)V
            invokevirtual org.graalvm.polyglot.impl.AbstractPolyglotImpl$ManagementAccess.newExecutionEvent:(Ljava/lang/Object;)Lorg/graalvm/polyglot/management/ExecutionEvent;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 579
            return
        end local 2 // org.graalvm.polyglot.Value returnValue
        end local 1 // java.util.List inputValues
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            0    2     1  inputValues  Ljava/util/List<Lorg/graalvm/polyglot/Value;>;
            0    2     2  returnValue  Lorg/graalvm/polyglot/Value;
    Signature: (Ljava/util/List<Lorg/graalvm/polyglot/Value;>;Lorg/graalvm/polyglot/Value;)V
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary(allowInlining = true)
    MethodParameters:
             Name  Flags
      inputValues  
      returnValue  

  public final org.graalvm.polyglot.SourceSection getLocation();
    descriptor: ()Lorg/graalvm/polyglot/SourceSection;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 582
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.location:Lorg/graalvm/polyglot/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;

  public final java.util.List<org.graalvm.polyglot.Value> getInputValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 586
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.config:Lcom/oracle/truffle/polyglot/PolyglotManagement$ListenerImpl;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl.collectInputValues:Z
            ifeq 2
         1: .line 587
            getstatic com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList.EMPTY:Lcom/oracle/truffle/polyglot/PolyglotManagement$ReadOnlyValueList;
            areturn
         2: .line 589
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
    Signature: ()Ljava/util/List<Lorg/graalvm/polyglot/Value;>;

  public final org.graalvm.polyglot.PolyglotException getException();
    descriptor: ()Lorg/graalvm/polyglot/PolyglotException;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 594
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;

  public final org.graalvm.polyglot.Value getReturnValue();
    descriptor: ()Lorg/graalvm/polyglot/Value;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 598
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;

  public final com.oracle.truffle.api.instrumentation.EventContext getContext();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
         0: .line 602
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
}
SourceFile: "PolyglotManagement.java"
NestHost: com.oracle.truffle.polyglot.PolyglotManagement
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  abstract AbstractNode = com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode of com.oracle.truffle.polyglot.PolyglotManagement
  final DynamicEvent = com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent of com.oracle.truffle.polyglot.PolyglotManagement
  abstract Event = com.oracle.truffle.polyglot.PolyglotManagement$Event of com.oracle.truffle.polyglot.PolyglotManagement
  ListenerImpl = com.oracle.truffle.polyglot.PolyglotManagement$ListenerImpl of com.oracle.truffle.polyglot.PolyglotManagement
  ReadOnlyValueList = com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList of com.oracle.truffle.polyglot.PolyglotManagement
  public abstract ManagementAccess = org.graalvm.polyglot.impl.AbstractPolyglotImpl$ManagementAccess of org.graalvm.polyglot.impl.AbstractPolyglotImpl