Source position: jswriter.pp line 172
type TWriteOptions = set of (
woCompact,
woTabIndent,
woEmptyStatementAsComment,
woQuoteElementNames,
woCompactArrayLiterals,
woCompactObjectLiterals,
woCompactArguments
);