Re: [v8-dev] Significance of Builtins::AllowDynamicFunction

2017-03-31 Thread Jens Widell
On Fri, Mar 31, 2017 at 2:24 PM, Jochen Eisinger <joc...@chromium.org> wrote: > > > On Fri, Mar 31, 2017 at 1:38 PM Jens Widell <j...@opera.com> wrote: >> >> Hi all, >> >> while working on getting the "Entry realm" correct in Blink [1], I >

[v8-dev] Significance of Builtins::AllowDynamicFunction

2017-03-31 Thread Jens Widell
Hi all, while working on getting the "Entry realm" correct in Blink [1], I might end up changing how V8 handles the entered context, essentially relying more on the external caller manually entering a context before calling V8. Currently, V8 usually enters the argument context implicitly when its