public abstract class JSAndNode extends JSLogicalNode
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.ChildrenResumableNode.WithIntState, ResumableNode.WithObjectStateleftNode, rightNodeINTERMEDIATE_VALUE| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
static JavaScriptNode |
create(JavaScriptNode left,
JavaScriptNode right) |
protected Object |
doBoolean(com.oracle.truffle.api.frame.VirtualFrame frame,
boolean leftValue,
com.oracle.truffle.api.profiles.InlinedConditionProfile canShortCircuit) |
protected Object |
doGeneric(com.oracle.truffle.api.frame.VirtualFrame frame,
Object leftValue,
JSToBooleanNode toBoolean,
com.oracle.truffle.api.profiles.InlinedConditionProfile canShortCircuit) |
executeEvaluated, expressionToString, getLeft, getNodeObject, getRight, hasTag, isResultAlwaysOfType, resumeaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, 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, reportPolymorphicSpecializeclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetStateAsInt, getStateAsIntAndReset, getStateSlotKind, setStateAsIntasResumableNode, createResumableNode, resetStatepublic static JavaScriptNode create(JavaScriptNode left, JavaScriptNode right)
protected Object doBoolean(com.oracle.truffle.api.frame.VirtualFrame frame, boolean leftValue, com.oracle.truffle.api.profiles.InlinedConditionProfile canShortCircuit)
protected Object doGeneric(com.oracle.truffle.api.frame.VirtualFrame frame, Object leftValue, JSToBooleanNode toBoolean, com.oracle.truffle.api.profiles.InlinedConditionProfile canShortCircuit)
protected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class JavaScriptNode