summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/strict_mode_warning.js
blob: 38418de3d80fe524995c02b005f9df89b8f6118e (plain)
1
2
3
4
function f() {
  return 1;
  return 2;
}