Class WithStatementToObjectNode

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

public abstract class WithStatementToObjectNode extends JSUnaryNode
Modified version of JSToObjectNode that throws if the legacy with statement is used with a host object. For Nashorn compatibility.