tsx hardcodes keepNames:true in its esbuild transform, injecting a __name helper at module scope. Playwright's page.evaluate() serializes callbacks via .toString(), so the helper is absent in the browser context. Inject a matching polyfill via addInitScript on every new page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>