Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You attempted to use instanceof to determine if an object was derived from a particular function class, but you redefined the object's prototype property as either null, or an external object type (both not valid JavaScript objects). An external object can be an object from the host object model (for example, Internet Explorer's document or window object), or an external COM object.
To correct this error
- Ensure the function's
prototypeproperty refers to a valid JavaScript object.