summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/file_js_cache.js
blob: b9b966775c405e7f6e0d096d6e2e68b28b306e8e (plain)
1
2
3
4
5
function baz() {}
function bar() {}
function foo() { bar() }
foo();