summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/optimized-out-functions.js
blob: 10c225d54885f1a5547d391ba62292d39ac4cab4 (plain)
1
2
3
4
5
6
7
// Functions optimized out by constant-folding should have correct
// stencil data.
// This shouldn't hit any assertion while iterating stencil while instantiation.
(function() {
  (function() {
  });
});