namespace Jint.Native { public static class Undefined { public static readonly JsValue Instance = JsValue.Undefined; public const string Text = "undefined"; } }