Class PrivateFieldGetNode

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

public abstract class PrivateFieldGetNode extends JSTargetableNode implements ReadNode
Gets the value of a private field with a private name in a JS object. Throws a TypeError if the object does not have a field with this private name.