Class PrivateFieldSetNode

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

public abstract class PrivateFieldSetNode extends JSTargetableNode
Sets 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.