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