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