final class com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode extends com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode
  super_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode
{
  private final com.oracle.truffle.api.object.DynamicObject functionObj;
    descriptor: Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 1287
            ldc Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode;
            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.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.api.CallTarget, com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/CallTarget;Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject functionObj
        start local 2 // com.oracle.truffle.api.CallTarget callTarget
        start local 3 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined builtinNode
         0: .line 1291
            aload 0 /* this */
            aload 2 /* callTarget */
            aload 3 /* builtinNode */
            invokespecial com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.<init>:(Lcom/oracle/truffle/api/CallTarget;Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;)V
         1: .line 1292
            getstatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode.$assertionsDisabled:Z
            ifne 2
            aload 1 /* functionObj */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSFunction.isJSFunction:(Ljava/lang/Object;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1293
      StackMap locals: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode com.oracle.truffle.api.object.DynamicObject com.oracle.truffle.api.CallTarget com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined
      StackMap stack:
            aload 0 /* this */
            aload 1 /* functionObj */
            putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode.functionObj:Lcom/oracle/truffle/api/object/DynamicObject;
         3: .line 1294
            return
        end local 3 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined builtinNode
        end local 2 // com.oracle.truffle.api.CallTarget callTarget
        end local 1 // com.oracle.truffle.api.object.DynamicObject functionObj
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode;
            0    4     1  functionObj  Lcom/oracle/truffle/api/object/DynamicObject;
            0    4     2   callTarget  Lcom/oracle/truffle/api/CallTarget;
            0    4     3  builtinNode  Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;
    MethodParameters:
             Name  Flags
      functionObj  
      callTarget   
      builtinNode  

  protected boolean accept(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.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
        start local 1 // java.lang.Object function
         0: .line 1298
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode.functionObj:Lcom/oracle/truffle/api/object/DynamicObject;
            aload 1 /* function */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object function
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode;
            0    2     1  function  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      function  

  protected com.oracle.truffle.js.runtime.builtins.JSFunctionData getFunctionData();
    descriptor: ()Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
         0: .line 1303
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode.functionObj:Lcom/oracle/truffle/api/object/DynamicObject;
            invokestatic com.oracle.truffle.js.runtime.builtins.JSFunction.getFunctionData:(Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode;

  protected boolean isInstanceCache();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
         0: .line 1308
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode;
}
SourceFile: "JSFunctionCallNode.java"
NestHost: com.oracle.truffle.js.nodes.function.JSFunctionCallNode
InnerClasses:
  public abstract Inlined = com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined of com.oracle.truffle.js.nodes.function.JSBuiltinNode
  private abstract InlinedBuiltinCallNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode
  private final InlinedBuiltinFunctionInstanceCacheNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinFunctionInstanceCacheNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode