public abstract class com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode extends com.oracle.truffle.js.nodes.function.JSBuiltinNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode
  super_class: com.oracle.truffle.js.nodes.function.JSBuiltinNode
{
  private com.oracle.truffle.js.nodes.unary.JSIsArrayNode isArrayNode;
    descriptor: Lcom/oracle/truffle/js/nodes/unary/JSIsArrayNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  public void <init>(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.js.nodes.function.JSBuiltin);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // com.oracle.truffle.js.nodes.function.JSBuiltin builtin
         0: .line 134
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* builtin */
            invokespecial com.oracle.truffle.js.nodes.function.JSBuiltinNode.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;)V
         1: .line 131
            aload 0 /* this */
            invokestatic com.oracle.truffle.js.nodes.unary.JSIsArrayNode.createIsArrayLike:()Lcom/oracle/truffle/js/nodes/unary/JSIsArrayNode;
            putfield com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode.isArrayNode:Lcom/oracle/truffle/js/nodes/unary/JSIsArrayNode;
         2: .line 135
            return
        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.builtins.ArrayFunctionBuiltins$JSIsArrayNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/builtins/ArrayFunctionBuiltins$JSIsArrayNode;
            0    3     1  context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    3     2  builtin  Lcom/oracle/truffle/js/nodes/function/JSBuiltin;
    MethodParameters:
         Name  Flags
      context  
      builtin  

  protected boolean isArray(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode this
        start local 1 // java.lang.Object object
         0: .line 139
            aload 0 /* this */
            getfield com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode.isArrayNode:Lcom/oracle/truffle/js/nodes/unary/JSIsArrayNode;
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.nodes.unary.JSIsArrayNode.execute:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/js/builtins/ArrayFunctionBuiltins$JSIsArrayNode;
            0    1     1  object  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
        Name  Flags
      object  
}
SourceFile: "ArrayFunctionBuiltins.java"
NestHost: com.oracle.truffle.js.builtins.ArrayFunctionBuiltins
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public abstract JSIsArrayNode = com.oracle.truffle.js.builtins.ArrayFunctionBuiltins$JSIsArrayNode of com.oracle.truffle.js.builtins.ArrayFunctionBuiltins