Jurassic.Library.FunctionInstance.FunctionInstance C# (CSharp) Method

FunctionInstance() protected method

Creates a new instance of a built-in function object.
protected FunctionInstance ( ObjectInstance prototype ) : System
prototype ObjectInstance The next object in the prototype chain.
return System
        protected FunctionInstance(ObjectInstance prototype)
            : base(prototype)
        {
        }

Same methods

FunctionInstance::FunctionInstance ( ScriptEngine engine ) : System
FunctionInstance::FunctionInstance ( ScriptEngine engine, ObjectInstance prototype ) : System