mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 952818 - Add regression test for the referenced bug; r=sfink
--HG-- extra : rebase_source : b1add4ba4b88a8cc95c562ea0878b93158bd71f1
This commit is contained in:
parent
c2c5a9e428
commit
2c757813b8
9
js/src/jit-test/tests/ion/bug-952818.js
Normal file
9
js/src/jit-test/tests/ion/bug-952818.js
Normal file
@ -0,0 +1,9 @@
|
||||
(function() {
|
||||
eval("\
|
||||
(function() {\
|
||||
var f = function(){\
|
||||
f\
|
||||
}\
|
||||
})()\
|
||||
")
|
||||
})()
|
Loading…
Reference in New Issue
Block a user