Re: [v8-users] Repeated module evaluation.

2019-06-19 Thread ClearScript Developers
"When you say "local to the evaluation context", what do you mean?" Suppose you have an isolate with two contexts, C1 and C2, and a module whose evaluation produces side effects. Once you've evaluated the module in C1, there's no way to apply its side effects to C2. You can import it into C2,

[v8-users] Re: [blink-dev] Intent to Implement and Ship: Let all early errors be SyntaxErrors

2019-06-19 Thread Adam Klein
Hi Yoav, We don't have existing metrics that would help here, and I honestly don't even know what we would track for this specific issue (detecting that a certain exception came from eval, for example, isn't something we currently track). Bug reports are how we tend to track issues like this.