Source position: jsparser.pp line 50
type TFunctionFlags = set of (
ffAmbient,
ffConstructor,
ffGenerator
);