WithStatementinterface WithStatement extends Node, HasSpan {body: Statement;object: Expression;type: "WithStatement";}§Extends§Node[src]§HasSpan[src]§Properties§body: Statement[src]§object: Expression[src]§type: "WithStatement"[src]