Class PropertyGetNode

All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public class PropertyGetNode extends PropertyCacheNode<PropertyGetNode.GetCacheNode>
ES6 9.1.8 [[Get]] (P, Receiver).
See Also: