Source position: jsparser.pp line 51
type TParseTypeOptions = set of (
ptoAllowLiteral,
ptoRefOnly,
ptoUnion,
ptoIntersection,
ptoFunctionCall
);