summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug831658.js
blob: ae7d6a5a13d9441e3c3769fb4e234dad3ece49f6 (plain)
1
2
3
4
// Don't assert.
String.prototype.search = evalcx('').String.prototype.search
x = /./.test()
''.search(/()/)