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

2017-03-31 Thread Jochen Eisinger
On Fri, Mar 31, 2017 at 2:54 PM Jens Widell wrote: > On Fri, Mar 31, 2017 at 2:24 PM, Jochen Eisinger > wrote: > > > > > > On Fri, Mar 31, 2017 at 1:38 PM Jens Widell wrote: > >> > >> Hi all, > >> > >> while working on getting the "Entry

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

2017-03-31 Thread Jens Widell
On Fri, Mar 31, 2017 at 2:24 PM, Jochen Eisinger wrote: > > > On Fri, Mar 31, 2017 at 1:38 PM Jens Widell wrote: >> >> Hi all, >> >> while working on getting the "Entry realm" correct in Blink [1], I >> might end up changing how V8 handles the entered

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

2017-03-31 Thread Jochen Eisinger
On Fri, Mar 31, 2017 at 1:38 PM Jens Widell wrote: > 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 >

[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