On another thought, this can occur if d8 is compiled for a shared library build. The issue there is that a lot of components in d8 have calls into v8::internal, which is not included in the v8 API. The shared library build therefore has to do without those components, resulting in a light version of d8. JS-arguments is one of those affected components. A static build should fix the problem you are having.
-- Yang On Aug 25, 9:46 am, Yang Guo <[email protected]> wrote: > I could not reproduce the issue described in the first post. It seems > to work just fine on bleeding_edge. > > On Aug 25, 9:43 am, Yang Guo <[email protected]> wrote: > > > > > > > > > I'll have a look into this. > > > On Aug 24, 10:38 pm, [email protected] wrote: > > > > Comment #4 on issue 1477 by [email protected]: arguments no longer working > > > > > > with d8http://code.google.com/p/v8/issues/detail?id=1477 > > > > This appears to be an issue again. I've tried the exact same test above > > > on > > > the latest trunk, bleeding_edge and on the 3.4 branch, all have this > > > issue. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
