Class PropertySetNode.LinkedPropertySetNode
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
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
- Direct Known Subclasses:
PropertySetNode.AccessorPropertySetNode,PropertySetNode.ArrayLengthPropertySetNode,PropertySetNode.BooleanPropertySetNode,PropertySetNode.DataPropertyPutConstantNode,PropertySetNode.DataPropertyPutWithFlagsNode,PropertySetNode.DataPropertyPutWithoutFlagsNode,PropertySetNode.DoublePropertySetNode,PropertySetNode.ForeignPropertySetNode,PropertySetNode.IntPropertySetNode,PropertySetNode.JSAdapterPropertySetNode,PropertySetNode.JSProxyDispatcherPropertySetNode,PropertySetNode.ObjectPropertySetNode,PropertySetNode.PropertyProxySetNode,PropertySetNode.ReadOnlyPropertySetNode,PropertySetNode.TypeErrorPropertySetNode
- Enclosing class:
PropertySetNode
public abstract static class PropertySetNode.LinkedPropertySetNode
extends 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
Fields inherited from class com.oracle.truffle.js.nodes.access.PropertySetNode.SetCacheNode
nextFields 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
ConstructorsModifierConstructorDescriptionprotectedLinkedPropertySetNode(PropertyCacheNode.ReceiverCheckNode receiverCheck) -
Method Summary
Methods inherited from class com.oracle.truffle.js.nodes.access.PropertySetNode.SetCacheNode
acceptsValue, getNext, setNext, setValue, setValueBoolean, setValueDouble, setValueIntMethods 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
-
Constructor Details
-
LinkedPropertySetNode
-