Class PropertyGetNode.LinkedPropertyGetNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.access.PropertyCacheNode.CacheNode<PropertyGetNode.GetCacheNode>
com.oracle.truffle.js.nodes.access.PropertyGetNode.GetCacheNode
com.oracle.truffle.js.nodes.access.PropertyGetNode.LinkedPropertyGetNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
- Direct Known Subclasses:
PropertyGetNode.AbstractFinalPropertyGetNode,PropertyGetNode.AccessorPropertyGetNode,PropertyGetNode.ArrayLengthPropertyGetNode,PropertyGetNode.BooleanPropertyGetNode,PropertyGetNode.CheckNoSuchPropertyNode,PropertyGetNode.ClassPrototypePropertyGetNode,PropertyGetNode.DoublePropertyGetNode,PropertyGetNode.ForeignPropertyGetNode,PropertyGetNode.FunctionLengthPropertyGetNode,PropertyGetNode.FunctionNamePropertyGetNode,PropertyGetNode.IntPropertyGetNode,PropertyGetNode.JavaPackagePropertyGetNode,PropertyGetNode.JavaStringMethodGetNode,PropertyGetNode.JSAdapterPropertyGetNode,PropertyGetNode.JSProxyDispatcherPropertyGetNode,PropertyGetNode.JSProxyDispatcherRequiredPropertyGetNode,PropertyGetNode.LazyNamedCaptureGroupPropertyGetNode,PropertyGetNode.LazyRegexResultIndexPropertyGetNode,PropertyGetNode.ModuleNamespacePropertyGetNode,PropertyGetNode.ObjectPropertyGetNode,PropertyGetNode.ProxyPropertyGetNode,PropertyGetNode.StringLengthPropertyGetNode,PropertyGetNode.StringObjectLengthPropertyGetNode,PropertyGetNode.TypeErrorPropertyGetNode,PropertyGetNode.UndefinedPropertyErrorNode,PropertyGetNode.UndefinedPropertyGetNode,PropertyGetNode.UnspecializedPropertyGetNode
- Enclosing class:
PropertyGetNode
public abstract static class PropertyGetNode.LinkedPropertyGetNode
extends PropertyGetNode.GetCacheNode
-
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.PropertyGetNode.GetCacheNode
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
ConstructorsModifierConstructorDescriptionprotectedLinkedPropertyGetNode(PropertyCacheNode.ReceiverCheckNode receiverCheck) protectedLinkedPropertyGetNode(PropertyCacheNode.ReceiverCheckNode receiverCheck, int specializationFlags) -
Method Summary
Methods inherited from class com.oracle.truffle.js.nodes.access.PropertyGetNode.GetCacheNode
getNext, getValue, getValueBoolean, getValueDouble, getValueInt, setNextMethods inherited from class com.oracle.truffle.js.nodes.access.PropertyCacheNode.CacheNode
accepts, acceptsValue, 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, onReplaceMethods 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, toString
-
Constructor Details
-
LinkedPropertyGetNode
-
LinkedPropertyGetNode
protected LinkedPropertyGetNode(PropertyCacheNode.ReceiverCheckNode receiverCheck, int specializationFlags)
-