public abstract static class GlobalBuiltins.JSGlobalIndirectEvalNode extends JSBuiltinNode
EvalNode.JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSGlobalIndirectEvalNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected BigInt |
indirectEvalBigInt(BigInt source) |
protected boolean |
indirectEvalBoolean(boolean source) |
protected double |
indirectEvalDouble(double source) |
protected Object |
indirectEvalForeignObject(Object source,
com.oracle.truffle.api.interop.InteropLibrary interop) |
protected int |
indirectEvalInt(int source) |
com.oracle.truffle.api.object.DynamicObject |
indirectEvalJSType(com.oracle.truffle.api.object.DynamicObject object) |
protected long |
indirectEvalLong(long source) |
protected SafeInteger |
indirectEvalSafeInteger(SafeInteger source) |
protected Object |
indirectEvalString(String source) |
protected Symbol |
indirectEvalSymbol(Symbol source) |
boolean |
isCallerSensitive()
If true, this function needs the call source location.
|
copyUninitialized, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected Object indirectEvalForeignObject(Object source, com.oracle.truffle.api.interop.InteropLibrary interop)
protected int indirectEvalInt(int source)
protected SafeInteger indirectEvalSafeInteger(SafeInteger source)
protected long indirectEvalLong(long source)
protected double indirectEvalDouble(double source)
protected boolean indirectEvalBoolean(boolean source)
public com.oracle.truffle.api.object.DynamicObject indirectEvalJSType(com.oracle.truffle.api.object.DynamicObject object)
public boolean isCallerSensitive()
JSBuiltinNodeisCallerSensitive in class JSBuiltinNode