You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-u...@googlegroups.com
Hello,
Is it possible to have a function compiled with CompileFunctionInContext() marked as an async function?
Ben Noordhuis
unread,
Sep 16, 2022, 6:17:02 AM9/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-u...@googlegroups.com
On Thu, Sep 15, 2022 at 5:56 PM Liam Goodacre <liam.g...@gmail.com> wrote:
>
> Hello,
>
> Is it possible to have a function compiled with CompileFunctionInContext() marked as an async function?
I don't think so. No way to mark it as a generator (function*) either.