On Mon, Oct 9, 2017 at 11:32 PM,  <colby.bl...@gmail.com> wrote:
> Hi, I'm getting errors are a pretty basic use case, trying to run the
> attached v8.log:
>
> $ ./tools/plot-timer-events v8.log
>
> /Users/colbyblair/code/v8/tools/profviz/stdio.js:28: ReferenceError:
> arguments is not defined
>
> var processor = new ArgumentsProcessor(arguments);
>
>                                        ^
>
> ReferenceError: arguments is not defined
>
>     at /Users/colbyblair/code/v8/tools/profviz/stdio.js:28:40
>
>
> Looking at stdio.js:28, doesn't seem like arguments is a valid variable. I
> could see other types of JS code where this would be valid, but not sure
> what it does here.

It's set by d8, the V8 shell.  It's the list of command line arguments
as an array.

I'm not sure why it's not working for you but it's possible that it
bitrotted.  Does tools/mac-tick-processor work?

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to