final class com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode extends com.oracle.truffle.js.nodes.function.JSBuiltinNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode
  super_class: com.oracle.truffle.js.nodes.function.JSBuiltinNode
{
  private static final boolean VERIFY_ARGUMENT_COUNT;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  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 135
            ldc Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            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.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.$assertionsDisabled:Z
         3: .line 136
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.js.nodes.function.JSBuiltin, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;ZZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // com.oracle.truffle.js.nodes.function.JSBuiltin builtin
        start local 3 // boolean construct
        start local 4 // boolean newTarget
         0: .line 139
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* builtin */
            iload 3 /* construct */
            iload 4 /* newTarget */
            invokespecial com.oracle.truffle.js.nodes.function.JSBuiltinNode.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;ZZ)V
         1: .line 140
            getstatic com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.$assertionsDisabled:Z
            ifne 2
            aload 2 /* builtin */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 145
      StackMap locals: com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode com.oracle.truffle.js.runtime.JSContext com.oracle.truffle.js.nodes.function.JSBuiltin int int
      StackMap stack:
            return
        end local 4 // boolean newTarget
        end local 3 // boolean construct
        end local 2 // com.oracle.truffle.js.nodes.function.JSBuiltin builtin
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;
            0    3     1    context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    3     2    builtin  Lcom/oracle/truffle/js/nodes/function/JSBuiltin;
            0    3     3  construct  Z
            0    3     4  newTarget  Z
    MethodParameters:
           Name  Flags
      context    
      builtin    
      construct  
      newTarget  

  private void verifyArgumentCount();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
         0: .line 148
            getstatic com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.$assertionsDisabled:Z
            ifne 1
            getstatic com.oracle.truffle.js.runtime.JSConfig.SubstrateVM:Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.createBuiltinNode:()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            astore 1 /* builtinNode */
        start local 1 // com.oracle.truffle.js.nodes.function.JSBuiltinNode builtinNode
         2: .line 150
            iconst_0
            istore 2 /* argumentNodeCount */
        start local 2 // int argumentNodeCount
         3: .line 151
            aload 1 /* builtinNode */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 3 /* nodeclass */
        start local 3 // java.lang.Class nodeclass
         4: .line 152
            aload 3 /* nodeclass */
            astore 4 /* superclass */
        start local 4 // java.lang.Class superclass
         5: goto 8
         6: .line 153
      StackMap locals: com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode com.oracle.truffle.js.nodes.function.JSBuiltinNode int java.lang.Class java.lang.Class
      StackMap stack:
            iload 2 /* argumentNodeCount */
            i2l
            aload 4 /* superclass */
            invokevirtual java.lang.Class.getDeclaredFields:()[Ljava/lang/reflect/Field;
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode.lambda$0(Ljava/lang/reflect/Field;)Z (6)
                  (Ljava/lang/reflect/Field;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.count:()J
            ladd
            l2i
            istore 2 /* argumentNodeCount */
         7: .line 152
            aload 4 /* superclass */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 4 /* superclass */
      StackMap locals:
      StackMap stack:
         8: aload 4 /* superclass */
            ifnonnull 6
        end local 4 // java.lang.Class superclass
         9: .line 155
            iconst_0
            istore 4 /* providedArgumentNodeCount */
        start local 4 // int providedArgumentNodeCount
        10: .line 156
            aload 3 /* nodeclass */
            astore 5 /* superclass */
        start local 5 // java.lang.Class superclass
        11: goto 15
        12: .line 157
      StackMap locals: com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode com.oracle.truffle.js.nodes.function.JSBuiltinNode int java.lang.Class int java.lang.Class
      StackMap stack:
            iload 4 /* providedArgumentNodeCount */
            i2l
            aload 5 /* superclass */
            invokevirtual java.lang.Class.getDeclaredFields:()[Ljava/lang/reflect/Field;
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode.lambda$1(Ljava/lang/reflect/Field;)Z (6)
                  (Ljava/lang/reflect/Field;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            aload 1 /* builtinNode */
            invokedynamic test(Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode.lambda$2(Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;Ljava/lang/reflect/Field;)Z (6)
                  (Ljava/lang/reflect/Field;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        13: .line 164
            invokeinterface java.util.stream.Stream.count:()J
            ladd
            l2i
            istore 4 /* providedArgumentNodeCount */
        14: .line 156
            aload 5 /* superclass */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 5 /* superclass */
      StackMap locals:
      StackMap stack:
        15: aload 5 /* superclass */
            ifnonnull 12
        end local 5 // java.lang.Class superclass
        16: .line 166
            getstatic com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.$assertionsDisabled:Z
            ifne 17
            iload 4 /* providedArgumentNodeCount */
            iload 2 /* argumentNodeCount */
            if_icmpeq 17
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 3 /* nodeclass */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " provided="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* providedArgumentNodeCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " required="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* argumentNodeCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        17: .line 167
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int providedArgumentNodeCount
        end local 3 // java.lang.Class nodeclass
        end local 2 // int argumentNodeCount
        end local 1 // com.oracle.truffle.js.nodes.function.JSBuiltinNode builtinNode
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   18     0                       this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;
            2   18     1                builtinNode  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            3   18     2          argumentNodeCount  I
            4   18     3                  nodeclass  Ljava/lang/Class<+Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;>;
            5    9     4                 superclass  Ljava/lang/Class<*>;
           10   18     4  providedArgumentNodeCount  I
           11   16     5                 superclass  Ljava/lang/Class<*>;

  public com.oracle.truffle.js.nodes.JavaScriptNode[] getArguments();
    descriptor: ()[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
         0: .line 171
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 176
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         1: .line 177
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.materialize:()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            astore 2 /* resolved */
        start local 2 // com.oracle.truffle.js.nodes.function.JSBuiltinNode resolved
         2: .line 178
            aload 2 /* resolved */
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.js.nodes.function.JSBuiltinNode resolved
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;
            0    3     1     frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            2    3     2  resolved  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
    MethodParameters:
       Name  Flags
      frame  

  private com.oracle.truffle.js.nodes.function.JSBuiltinNode materialize();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
         0: .line 182
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:()V
         1: .line 183
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.createBuiltinNode:()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            astore 1 /* builtinNode */
        start local 1 // com.oracle.truffle.js.nodes.function.JSBuiltinNode builtinNode
         2: .line 184
            aload 0 /* this */
            aload 1 /* builtinNode */
            ldc "lazy builtin"
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.replace:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/CharSequence;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.nodes.function.JSBuiltinNode
            areturn
        end local 1 // com.oracle.truffle.js.nodes.function.JSBuiltinNode builtinNode
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;
            2    3     1  builtinNode  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;

  private com.oracle.truffle.js.nodes.function.JSBuiltinNode createBuiltinNode();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
         0: .line 188
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.getBuiltin:()Lcom/oracle/truffle/js/nodes/function/JSBuiltin;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.getContext:()Lcom/oracle/truffle/js/runtime/JSContext;
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.construct:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.newTarget:Z
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltin.createNode:(Lcom/oracle/truffle/js/runtime/JSContext;ZZ)Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;

  public boolean isInlineable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
         0: .line 193
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.materialize:()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode.isInlineable:()Z
            ireturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;

  public com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined tryCreateInlined();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
         0: .line 198
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.materialize:()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode.tryCreateInlined:()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;

  public boolean isCallerSensitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
         0: .line 203
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode.materialize:()Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;
            invokevirtual com.oracle.truffle.js.nodes.function.JSBuiltinNode.isCallerSensitive:()Z
            ireturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$LazyBuiltinNode;

  private static boolean lambda$0(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field f
         0: .line 153
            aload 0 /* f */
            ldc Lcom/oracle/truffle/api/nodes/Node$Child;
            invokevirtual java.lang.reflect.Field.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            aload 0 /* f */
            invokevirtual java.lang.reflect.Field.getName:()Ljava/lang/String;
            ldc "arguments"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.reflect.Field f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     f  Ljava/lang/reflect/Field;

  private static boolean lambda$1(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field f
         0: .line 157
            aload 0 /* f */
            ldc Lcom/oracle/truffle/api/nodes/Node$Child;
            invokevirtual java.lang.reflect.Field.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            aload 0 /* f */
            invokevirtual java.lang.reflect.Field.getName:()Ljava/lang/String;
            ldc "arguments"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.reflect.Field f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     f  Ljava/lang/reflect/Field;

  private static boolean lambda$2(com.oracle.truffle.js.nodes.function.JSBuiltinNode, java.lang.reflect.Field);
    descriptor: (Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode;Ljava/lang/reflect/Field;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 1 // java.lang.reflect.Field f
         0: .line 159
            aload 1 /* f */
            iconst_1
            invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
         1: .line 160
            aload 1 /* f */
            aload 0
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
         3: ireturn
         4: .line 161
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* e */
        start local 2 // java.lang.IllegalAccessException e
         5: .line 162
            new java.lang.AssertionError
            dup
            aload 2 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.IllegalAccessException e
        end local 1 // java.lang.reflect.Field f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     1     f  Ljava/lang/reflect/Field;
            5    6     2     e  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.IllegalAccessException
}
SourceFile: "JSBuiltinNode.java"
NestHost: com.oracle.truffle.js.nodes.function.JSBuiltinNode
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public abstract Inlined = com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined of com.oracle.truffle.js.nodes.function.JSBuiltinNode
  final LazyBuiltinNode = com.oracle.truffle.js.nodes.function.JSBuiltinNode$LazyBuiltinNode of com.oracle.truffle.js.nodes.function.JSBuiltinNode
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles