public abstract class PowNode extends MathOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
PowNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected PowNode |
create(JSContext context) |
abstract double |
execute(Object a,
Object b) |
protected double |
pow(double a,
double b) |
protected Object |
pow(Object a,
Object b,
PowNode powNode) |
protected double |
pow2(double a,
double b) |
protected double |
pow3(double a,
double b,
com.oracle.truffle.api.profiles.InlinedConditionProfile branch1,
com.oracle.truffle.api.profiles.InlinedConditionProfile branch2) |
toDoublecopyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected double pow(double a,
double b)
throws com.oracle.truffle.api.nodes.SlowPathException
com.oracle.truffle.api.nodes.SlowPathExceptionprotected double pow2(double a,
double b)
throws com.oracle.truffle.api.nodes.SlowPathException
com.oracle.truffle.api.nodes.SlowPathExceptionprotected double pow3(double a,
double b,
com.oracle.truffle.api.profiles.InlinedConditionProfile branch1,
com.oracle.truffle.api.profiles.InlinedConditionProfile branch2)