namespace Jint.Native.Function; internal enum FunctionKind { Normal, Async, Generator, AsyncGenerator }