abstract class com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode extends com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode
super_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode
{
private com.oracle.truffle.api.nodes.DirectCallNode callNode;
descriptor: Lcom/oracle/truffle/api/nodes/DirectCallNode;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
protected final com.oracle.truffle.js.runtime.builtins.JSFunctionData functionData;
descriptor: Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
void <init>(com.oracle.truffle.js.runtime.builtins.JSFunctionData, com.oracle.truffle.api.CallTarget);
descriptor: (Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;Lcom/oracle/truffle/api/CallTarget;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode.<init>:()V
1: aload 0
aload 1
putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode.functionData:Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
2: aload 0
invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
aload 2
invokeinterface com.oracle.truffle.api.TruffleRuntime.createDirectCallNode:(Lcom/oracle/truffle/api/CallTarget;)Lcom/oracle/truffle/api/nodes/DirectCallNode;
putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallerSensitiveBuiltinCallNode;
0 4 1 functionData Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
0 4 2 callTarget Lcom/oracle/truffle/api/CallTarget;
MethodParameters:
Name Flags
functionData
callTarget
public java.lang.Object executeCall(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode.functionData:Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
invokevirtual com.oracle.truffle.js.runtime.builtins.JSFunctionData.getContext:()Lcom/oracle/truffle/js/runtime/JSContext;
invokevirtual com.oracle.truffle.js.runtime.JSContext.getRealm:()Lcom/oracle/truffle/js/runtime/JSRealm;
astore 2
start local 2 1: aload 2
invokevirtual com.oracle.truffle.js.runtime.JSRealm.getCallNode:()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
astore 3
start local 3 2: aload 2
aload 0
invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode.getParent:()Lcom/oracle/truffle/api/nodes/Node;
checkcast com.oracle.truffle.js.nodes.JavaScriptNode
invokevirtual com.oracle.truffle.js.runtime.JSRealm.setCallNode:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
3: aload 0
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
aload 1
invokevirtual com.oracle.truffle.api.nodes.DirectCallNode.call:([Ljava/lang/Object;)Ljava/lang/Object;
astore 5
4: aload 2
aload 3
invokevirtual com.oracle.truffle.js.runtime.JSRealm.setCallNode:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
5: aload 5
areturn
6: StackMap locals: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode java.lang.Object[] com.oracle.truffle.js.runtime.JSRealm com.oracle.truffle.js.nodes.JavaScriptNode
StackMap stack: java.lang.Throwable
astore 4
7: aload 2
aload 3
invokevirtual com.oracle.truffle.js.runtime.JSRealm.setCallNode:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
8: aload 4
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallerSensitiveBuiltinCallNode;
0 9 1 arguments [Ljava/lang/Object;
1 9 2 realm Lcom/oracle/truffle/js/runtime/JSRealm;
2 9 3 prev Lcom/oracle/truffle/js/nodes/JavaScriptNode;
Exception table:
from to target type
2 4 6 any
MethodParameters:
Name Flags
arguments
protected final com.oracle.truffle.js.runtime.builtins.JSFunctionData getFunctionData();
descriptor: ()Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode.functionData:Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallerSensitiveBuiltinCallNode;
}
SourceFile: "JSFunctionCallNode.java"
NestHost: com.oracle.truffle.js.nodes.function.JSFunctionCallNode
InnerClasses:
public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
private abstract CallerSensitiveBuiltinCallNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallerSensitiveBuiltinCallNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode
private abstract JSFunctionCacheNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode