public Generator(Context context, Module script, AnyClass self, Function function, int maxlocals, int line)
{
super(script, self, function, maxlocals, line, true);
_escape = context.consumeEscape();
_wrapper = new AnyBindingEnumeration(this);
_dispatcher = ((FunctionBase)_function).getGeneratorDispatcher(context);
}