ba582b48b3
This fixes an issue where `new (f())()` was emitted as `new f()()`. This in turn fixes some JS interop issues in the CPS backend. CLOSES #25708 BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org/1681863003 .
js_ast
A library for creating JavaScript ASTs from templates.