Class PropertySetNode.SetCacheNode
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
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
- Direct Known Subclasses:
PropertySetNode.GenericPropertySetNode,PropertySetNode.LinkedPropertySetNode
- Enclosing class:
PropertySetNode
public abstract static class PropertySetNode.SetCacheNode
extends PropertyCacheNode.CacheNode<PropertySetNode.SetCacheNode>
-
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
FieldsFields inherited from class com.oracle.truffle.js.nodes.access.PropertyCacheNode.CacheNode
IS_FINAL, IS_FINAL_CONSTANT_OBJECT, IS_SIMPLE_SHAPE_CHECK, IS_SINGLE_REALM, receiverCheck -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSetCacheNode(PropertyCacheNode.ReceiverCheckNode receiverCheck) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanacceptsValue(Object value) protected final PropertySetNode.SetCacheNodegetNext()protected final voidprotected abstract booleansetValue(Object thisObj, Object value, Object receiver, PropertySetNode root, boolean guard) protected booleansetValueBoolean(Object thisObj, boolean value, Object receiver, PropertySetNode root, boolean guard) protected booleansetValueDouble(Object thisObj, double value, Object receiver, PropertySetNode root, boolean guard) protected booleansetValueInt(Object thisObj, int value, Object receiver, PropertySetNode root, boolean guard) Methods inherited from class com.oracle.truffle.js.nodes.access.PropertyCacheNode.CacheNode
accepts, clearExpectedObject, debugString, getExpectedObject, isConstantObjectSpecialization, isFinalSpecialization, isGeneric, isSimpleShapeCheck, isSingleRealm, isValid, isValidFinalAssumption, sweep, withNextMethods inherited from class com.oracle.truffle.js.nodes.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
-
Field Details
-
next
-
-
Constructor Details
-
SetCacheNode
-
-
Method Details
-
getNext
- Specified by:
getNextin classPropertyCacheNode.CacheNode<PropertySetNode.SetCacheNode>
-
setNext
- Specified by:
setNextin classPropertyCacheNode.CacheNode<PropertySetNode.SetCacheNode>
-
setValue
protected abstract boolean setValue(Object thisObj, Object value, Object receiver, PropertySetNode root, boolean guard) -
setValueInt
protected boolean setValueInt(Object thisObj, int value, Object receiver, PropertySetNode root, boolean guard) -
setValueDouble
protected boolean setValueDouble(Object thisObj, double value, Object receiver, PropertySetNode root, boolean guard) -
setValueBoolean
protected boolean setValueBoolean(Object thisObj, boolean value, Object receiver, PropertySetNode root, boolean guard) -
acceptsValue
- Overrides:
acceptsValuein classPropertyCacheNode.CacheNode<PropertySetNode.SetCacheNode>
-