internal static void Init(IScriptable scope, bool zealed)
        {
            BaseFunction obj = new BaseFunction();

            obj.isPrototypePropertyImmune = true;
            obj.ExportAsJSClass(MAX_PROTOTYPE_ID, scope, zealed);
        }
 internal static void Init(IScriptable scope, bool zealed)
 {
     BaseFunction obj = new BaseFunction ();
     obj.isPrototypePropertyImmune = true;
     obj.ExportAsJSClass (MAX_PROTOTYPE_ID, scope, zealed);
 }