Codebase Browser
chromium
Go to App
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; };