Hi Ben,
the Status before evaluate is "kInstantiated" and after "kErrored",
"--harmony_top_level_await" is not used.
I didn't check for the kErrored before, so I will just do that to get the
old behaviour.
Thanks for the hint!
Am Mittwoch, 29. Juli 2020 12:41:06 UTC+2 schrieb Ben Noordhuis:
>
On Wed, Jul 29, 2020 at 10:24 AM Hans Maier wrote:
>
> Hi,
>
> im upgrading from 8.0.426.26 to 8.4.371.22.
>
> I've a small test case where I evalute (using v8::Module::Evaluate) a
> ES6-Module with the following content:
>
> hello();
>
>
> In 8.0.x I get an exception:
> HelloWorld1.js: