class jdk.nashorn.internal.codegen.SplitIntoFunctions$1 extends jdk.nashorn.internal.ir.BlockLexicalContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.nashorn.internal.codegen.SplitIntoFunctions$1
super_class: jdk.nashorn.internal.ir.BlockLexicalContext
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // jdk.nashorn.internal.codegen.SplitIntoFunctions$1 this
0: .line 102
aload 0 /* this */
invokespecial jdk.nashorn.internal.ir.BlockLexicalContext.<init>:()V
return
end local 0 // jdk.nashorn.internal.codegen.SplitIntoFunctions$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/SplitIntoFunctions$1;
protected jdk.nashorn.internal.ir.Block afterSetStatements(jdk.nashorn.internal.ir.Block);
descriptor: (Ljdk/nashorn/internal/ir/Block;)Ljdk/nashorn/internal/ir/Block;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=2
start local 0 // jdk.nashorn.internal.codegen.SplitIntoFunctions$1 this
start local 1 // jdk.nashorn.internal.ir.Block block
0: .line 105
aload 1 /* block */
invokevirtual jdk.nashorn.internal.ir.Block.getStatements:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 3
StackMap locals: jdk.nashorn.internal.codegen.SplitIntoFunctions$1 jdk.nashorn.internal.ir.Block top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast jdk.nashorn.internal.ir.Statement
astore 2 /* stmt */
start local 2 // jdk.nashorn.internal.ir.Statement stmt
2: .line 106
getstatic jdk.nashorn.internal.codegen.SplitIntoFunctions.$assertionsDisabled:Z
ifne 3
aload 2 /* stmt */
instanceof jdk.nashorn.internal.ir.SplitNode
ifeq 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
end local 2 // jdk.nashorn.internal.ir.Statement stmt
3: .line 105
StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: .line 108
aload 1 /* block */
areturn
end local 1 // jdk.nashorn.internal.ir.Block block
end local 0 // jdk.nashorn.internal.codegen.SplitIntoFunctions$1 this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/nashorn/internal/codegen/SplitIntoFunctions$1;
0 5 1 block Ljdk/nashorn/internal/ir/Block;
2 3 2 stmt Ljdk/nashorn/internal/ir/Statement;
MethodParameters:
Name Flags
block final
}
SourceFile: "SplitIntoFunctions.java"
EnclosingMethod: jdk.nashorn.internal.codegen.SplitIntoFunctions.<init>:(Ljdk/nashorn/internal/codegen/Compiler;)V
NestHost: jdk.nashorn.internal.codegen.SplitIntoFunctions
InnerClasses:
jdk.nashorn.internal.codegen.SplitIntoFunctions$1