namespace Jint.Runtime; internal static class KnownKeys { internal static readonly Key Arguments = "arguments"; internal static readonly Key Caller = "caller"; internal static readonly Key Constructor = "constructor"; internal static readonly Key Default = "default"; internal static readonly Key Done = "done"; internal static readonly Key Eval = "eval"; internal static readonly Key Length = "length"; internal static readonly Key Next = "next"; internal static readonly Key Prototype = "prototype"; internal static readonly Key Undefined = "undefined"; internal static readonly Key Value = "value"; }