什么是Javascript错误:" TypeError:无效的调用对象"意思?

时间:2015-07-09 16:20:22

标签: javascript

我间歇性地在IE11上遇到以下错误,我不明白它试图告诉我的内容。

    TypeError: Invalid calling object

这个错误通常意味着什么?
什么是调用对象?

    object1()                // Is object1 considered a calling object?
    object2.property1        // Is object2 considered a calling object?
    object3.property2()      // What about the properties 1 and 2? Are they calling objects?
    var stuff = new Stuff()  // Is there a calling object here?

什么使调用对象无效?
这与典型的" undefined有什么不同没有属性xxx"错误?

0 个答案:

没有答案