js/src/jit-test/tests/basic/bug638981.js

branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
equal deleted inserted replaced
-1:000000000000 0:783bae733a8a
1 /* Don't crash. */
2
3 delete Function;
4 Object.getOwnPropertyNames(this);

mercurial