Status: New
Owner: ----

New issue 2842 by [email protected]: v8.log: ReferenceError: arguments is not defined
http://code.google.com/p/v8/issues/detail?id=2842

I have run:

    node --prof file.js

From the V8 source code (after successfully building), I have run:

    v8/tools/mac-tick-processor v8.log

This results in:

v8/tools/tickprocessor-driver.js:46: ReferenceError: arguments is not defined
var params = processArguments(arguments);
                              ^
ReferenceError: arguments is not defined
    at /Users/ron/Projects/v8/tools/tickprocessor-driver.js:46:31

From the V8 source code, I have then run:

    v8/tools/plot-timer-events v8.log

--distortion=2701

gnuplot> /Users/ron/Projects/v8/tools/profviz/stdio.js:28: ReferenceError: arguments is not defined
         ^
         line 0: invalid command


gnuplot> var processor = new ArgumentsProcessor(arguments);
         ^
         line 0: invalid command


gnuplot> ^
         ^
         line 0: invalid command


gnuplot> ReferenceError: arguments is not defined
         ^
         line 0: invalid command


gnuplot> at /Users/ron/Projects/v8/tools/profviz/stdio.js:28:40
         ^
         line 0: invalid command


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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/groups/opt_out.

Reply via email to