summaryrefslogtreecommitdiffstats
path: root/devtools/server/tracer/tests/browser/Worker.tracer.js
blob: 60db4545a6286a12cb95e45224b7210b839a5cc4 (plain)
1
2
3
4
5
6
7
8
9
10
"use strict";

/* eslint-disable no-unused-vars */

function bar() {}
function foo() {
  bar();
}

postMessage("evaled");