chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-breakpoints/resources/worker.js

onmessage = (data) => {
  var a = 1;
  var b = 2;
  return a + b;
};