Class PropertyCacheNode.TraversePrototypeShapeCheckNode

All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
PropertyCacheNode<T extends PropertyCacheNode.CacheNode<T>>

protected static final class PropertyCacheNode.TraversePrototypeShapeCheckNode extends PropertyCacheNode.AbstractShapeCheckNode
Check the shapes of the object and its immediate prototype. This class actually reads the prototype and checks the prototype shape's identity.
See Also: