On Fri, Mar 3, 2017 at 11:57 AM, Dmitriy - <[email protected]> wrote: > What is the difference between JSConstructEntryStub and JSEntryStub?
One is a regular function or method call, the other a `new ClassName(...)` call. The calls have different semantics, hence different stubs. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
