зеркало из https://github.com/mozilla/gecko-dev.git
Bug 728188 - Add missing test for bug 728188. r=needed-tests
--HG-- extra : rebase_source : d9614d10872a2ae7808565bf941258e3b2e98b89
This commit is contained in:
Родитель
a155cc46ff
Коммит
b4cfed0937
|
@ -0,0 +1,9 @@
|
|||
// |jit-test| error:TypeError
|
||||
|
||||
delete String.prototype.indexOf;
|
||||
|
||||
function enterFunc (funcName) {
|
||||
funcName.indexOf();
|
||||
}
|
||||
enterFunc(new Array("foo"));
|
||||
enterFunc(new String("Foo"));
|
Загрузка…
Ссылка в новой задаче