Class PropertySetNode.BooleanPropertySetNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.access.PropertyCacheNode.CacheNode<PropertySetNode.SetCacheNode>
com.oracle.truffle.js.nodes.access.PropertySetNode.SetCacheNode
com.oracle.truffle.js.nodes.access.PropertySetNode.LinkedPropertySetNode
com.oracle.truffle.js.nodes.access.PropertySetNode.BooleanPropertySetNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
- Enclosing class:
PropertySetNode
public static final class PropertySetNode.BooleanPropertySetNode
extends PropertySetNode.LinkedPropertySetNode
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children -
Field Summary
Fields inherited from class PropertySetNode.SetCacheNode
nextFields inherited from class PropertyCacheNode.CacheNode
IS_FINAL, IS_FINAL_CONSTANT_OBJECT, IS_SIMPLE_SHAPE_CHECK, IS_SINGLE_REALM, receiverCheck -
Constructor Summary
ConstructorsConstructorDescriptionBooleanPropertySetNode(com.oracle.truffle.api.object.Property property, PropertyCacheNode.ReceiverCheckNode shapeCheck) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanacceptsValue(Object value) protected booleansetValue(Object thisObj, Object value, Object receiver, PropertySetNode root, boolean guard) protected booleansetValueBoolean(Object thisObj, boolean value, Object receiver, PropertySetNode root, boolean guard) Methods inherited from class PropertySetNode.SetCacheNode
getNext, setNext, setValueDouble, setValueIntMethods inherited from class PropertyCacheNode.CacheNode
accepts, clearExpectedObject, debugString, getExpectedObject, isConstantObjectSpecialization, isFinalSpecialization, isGeneric, isSimpleShapeCheck, isSingleRealm, isValid, isValidFinalAssumption, sweep, withNextMethods inherited from class JavaScriptBaseNode
copy, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplace, reportLoopCount, reportLoopCountMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, reportReplace, toString
-
Constructor Details
-
BooleanPropertySetNode
public BooleanPropertySetNode(com.oracle.truffle.api.object.Property property, PropertyCacheNode.ReceiverCheckNode shapeCheck)
-
-
Method Details
-
setValue
protected boolean setValue(Object thisObj, Object value, Object receiver, PropertySetNode root, boolean guard) - Specified by:
setValuein classPropertySetNode.SetCacheNode
-
setValueBoolean
protected boolean setValueBoolean(Object thisObj, boolean value, Object receiver, PropertySetNode root, boolean guard) - Overrides:
setValueBooleanin classPropertySetNode.SetCacheNode
-
acceptsValue
- Overrides:
acceptsValuein classPropertySetNode.SetCacheNode
-