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