class jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo
  super_class: java.lang.Object
{
  private final jdk.nashorn.internal.codegen.Label handlerLabel;
    descriptor: Ljdk/nashorn/internal/codegen/Label;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private jdk.nashorn.internal.codegen.Label targetLabel;
    descriptor: Ljdk/nashorn/internal/codegen/Label;
    flags: (0x0002) ACC_PRIVATE

  int lvarCount;
    descriptor: I
    flags: (0x0000) 

  private int[] stackStoreSpec;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private jdk.nashorn.internal.codegen.types.Type[] stackTypes;
    descriptor: [Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x0002) ACC_PRIVATE

  private jdk.nashorn.internal.codegen.types.Type returnValueType;
    descriptor: Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.Integer, jdk.nashorn.internal.runtime.PropertyMap> objectLiteralMaps;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Integer;Ljdk/nashorn/internal/runtime/PropertyMap;>;

  private int lineNumber;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private jdk.nashorn.internal.codegen.Label catchLabel;
    descriptor: Ljdk/nashorn/internal/codegen/Label;
    flags: (0x0002) ACC_PRIVATE

  private int exceptionScopePops;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5353
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 5354
            aload 0 /* this */
            new jdk.nashorn.internal.codegen.Label
            dup
            ldc "continuation_handler"
            invokespecial jdk.nashorn.internal.codegen.Label.<init>:(Ljava/lang/String;)V
            putfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.handlerLabel:Ljdk/nashorn/internal/codegen/Label;
         2: .line 5355
            return
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;

  jdk.nashorn.internal.codegen.Label getHandlerLabel();
    descriptor: ()Ljdk/nashorn/internal/codegen/Label;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5358
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.handlerLabel:Ljdk/nashorn/internal/codegen/Label;
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;

  boolean hasTargetLabel();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5362
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.targetLabel:Ljdk/nashorn/internal/codegen/Label;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;

  jdk.nashorn.internal.codegen.Label getTargetLabel();
    descriptor: ()Ljdk/nashorn/internal/codegen/Label;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5366
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.targetLabel:Ljdk/nashorn/internal/codegen/Label;
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;

  void setTargetLabel(jdk.nashorn.internal.codegen.Label);
    descriptor: (Ljdk/nashorn/internal/codegen/Label;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
        start local 1 // jdk.nashorn.internal.codegen.Label targetLabel
         0: .line 5370
            aload 0 /* this */
            aload 1 /* targetLabel */
            putfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.targetLabel:Ljdk/nashorn/internal/codegen/Label;
         1: .line 5371
            return
        end local 1 // jdk.nashorn.internal.codegen.Label targetLabel
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;
            0    2     1  targetLabel  Ljdk/nashorn/internal/codegen/Label;
    MethodParameters:
             Name  Flags
      targetLabel  final

  int[] getStackStoreSpec();
    descriptor: ()[I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5374
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.stackStoreSpec:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;

  void setStackStoreSpec(int[]);
    descriptor: ([I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
        start local 1 // int[] stackStoreSpec
         0: .line 5378
            aload 0 /* this */
            aload 1 /* stackStoreSpec */
            putfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.stackStoreSpec:[I
         1: .line 5379
            return
        end local 1 // int[] stackStoreSpec
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;
            0    2     1  stackStoreSpec  [I
    MethodParameters:
                Name  Flags
      stackStoreSpec  final

  jdk.nashorn.internal.codegen.types.Type[] getStackTypes();
    descriptor: ()[Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5382
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.stackTypes:[Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type[].clone:()Ljava/lang/Object;
            checkcast jdk.nashorn.internal.codegen.types.Type[]
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;

  void setStackTypes(jdk.nashorn.internal.codegen.types.Type[]);
    descriptor: ([Ljdk/nashorn/internal/codegen/types/Type;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
        start local 1 // jdk.nashorn.internal.codegen.types.Type[] stackTypes
         0: .line 5386
            aload 0 /* this */
            aload 1 /* stackTypes */
            putfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.stackTypes:[Ljdk/nashorn/internal/codegen/types/Type;
         1: .line 5387
            return
        end local 1 // jdk.nashorn.internal.codegen.types.Type[] stackTypes
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;
            0    2     1  stackTypes  [Ljdk/nashorn/internal/codegen/types/Type;
    MethodParameters:
            Name  Flags
      stackTypes  final

  jdk.nashorn.internal.codegen.types.Type getReturnValueType();
    descriptor: ()Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5390
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.returnValueType:Ljdk/nashorn/internal/codegen/types/Type;
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;

  void setReturnValueType(jdk.nashorn.internal.codegen.types.Type);
    descriptor: (Ljdk/nashorn/internal/codegen/types/Type;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
        start local 1 // jdk.nashorn.internal.codegen.types.Type returnValueType
         0: .line 5394
            aload 0 /* this */
            aload 1 /* returnValueType */
            putfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.returnValueType:Ljdk/nashorn/internal/codegen/types/Type;
         1: .line 5395
            return
        end local 1 // jdk.nashorn.internal.codegen.types.Type returnValueType
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;
            0    2     1  returnValueType  Ljdk/nashorn/internal/codegen/types/Type;
    MethodParameters:
                 Name  Flags
      returnValueType  final

  void setObjectLiteralMap(int, jdk.nashorn.internal.runtime.PropertyMap);
    descriptor: (ILjdk/nashorn/internal/runtime/PropertyMap;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
        start local 1 // int objectLiteralStackDepth
        start local 2 // jdk.nashorn.internal.runtime.PropertyMap objectLiteralMap
         0: .line 5398
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.objectLiteralMaps:Ljava/util/Map;
            ifnonnull 2
         1: .line 5399
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.objectLiteralMaps:Ljava/util/Map;
         2: .line 5401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.objectLiteralMaps:Ljava/util/Map;
            iload 1 /* objectLiteralStackDepth */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* objectLiteralMap */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 5402
            return
        end local 2 // jdk.nashorn.internal.runtime.PropertyMap objectLiteralMap
        end local 1 // int objectLiteralStackDepth
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;
            0    4     1  objectLiteralStackDepth  I
            0    4     2         objectLiteralMap  Ljdk/nashorn/internal/runtime/PropertyMap;
    MethodParameters:
                         Name  Flags
      objectLiteralStackDepth  final
      objectLiteralMap         final

  jdk.nashorn.internal.runtime.PropertyMap getObjectLiteralMap(int);
    descriptor: (I)Ljdk/nashorn/internal/runtime/PropertyMap;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
        start local 1 // int stackDepth
         0: .line 5405
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.objectLiteralMaps:Ljava/util/Map;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.objectLiteralMaps:Ljava/util/Map;
            iload 1 /* stackDepth */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.nashorn.internal.runtime.PropertyMap
      StackMap locals:
      StackMap stack: jdk.nashorn.internal.runtime.PropertyMap
         2: areturn
        end local 1 // int stackDepth
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;
            0    3     1  stackDepth  I
    MethodParameters:
            Name  Flags
      stackDepth  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
         0: .line 5410
            new java.lang.StringBuilder
            dup
            ldc "[localVariableTypes="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.targetLabel:Ljdk/nashorn/internal/codegen/Label;
            invokevirtual jdk.nashorn.internal.codegen.Label.getStack:()Ljdk/nashorn/internal/codegen/Label$Stack;
            invokevirtual jdk.nashorn.internal.codegen.Label$Stack.getLocalVariableTypesCopy:()Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", stackStoreSpec="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 5411
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.stackStoreSpec:[I
            invokestatic java.util.Arrays.toString:([I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", returnValueType="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo.returnValueType:Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 5410
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/codegen/CodeGenerator$ContinuationInfo;
}
SourceFile: "CodeGenerator.java"
NestHost: jdk.nashorn.internal.codegen.CodeGenerator
InnerClasses:
  private ContinuationInfo = jdk.nashorn.internal.codegen.CodeGenerator$ContinuationInfo of jdk.nashorn.internal.codegen.CodeGenerator
  final Stack = jdk.nashorn.internal.codegen.Label$Stack of jdk.nashorn.internal.codegen.Label