public final class com.oracle.truffle.js.runtime.MainJSAgent extends com.oracle.truffle.js.runtime.JSAgent
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.MainJSAgent
  super_class: com.oracle.truffle.js.runtime.JSAgent
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
         0: .line 49
            aload 0 /* this */
            iconst_0
            invokespecial com.oracle.truffle.js.runtime.JSAgent.<init>:(Z)V
         1: .line 50
            return
        end local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/runtime/MainJSAgent;

  public boolean isTerminated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
         0: .line 54
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/MainJSAgent;

  public void terminate(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
        start local 1 // int timeout
         0: .line 60
            return
        end local 1 // int timeout
        end local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/js/runtime/MainJSAgent;
            0    1     1  timeout  I
    MethodParameters:
         Name  Flags
      timeout  

  public void wakeAgent(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
        start local 1 // int w
         0: .line 65
            return
        end local 1 // int w
        end local 0 // com.oracle.truffle.js.runtime.MainJSAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/MainJSAgent;
            0    1     1     w  I
    MethodParameters:
      Name  Flags
      w     
}
SourceFile: "MainJSAgent.java"