堆栈溢出


Language Message Error Type
简体中文 堆栈溢出
英文 Out of stack space IE9 Error
too much recursion Firefox 4 InternalError
Maximum call stack size exceeded Safari 5 RangeError
Maximum call stack size exceeded, type: stack_overflow Chrome 10 RangeError
Maximum recursion depth exceeded Opera 11 Error

案例

同时引用两次对同一个原生方法进行重写的脚本导致无限循环调用。

参考:

相关异常

参考