Re: [v8-users] CompileFunctionInContext and async functions

2022-09-16 Thread Ben Noordhuis
On Thu, Sep 15, 2022 at 5:56 PM Liam Goodacre 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. -- -- v8-users mailing list v8-users@googlegroup

[v8-users] CompileFunctionInContext and async functions

2022-09-15 Thread Liam Goodacre
Hello, Is it possible to have a function compiled with CompileFunctionInContext() marked as an async function? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users"