stdio.js reference specifically is https://github.com/v8/v8/blob/master/tools/profviz/stdio.js#L28, by the way.
On Monday, October 9, 2017 at 2:32:15 PM UTC-7, [email protected] 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. > > > Using the latest version of v8: > > > commit 3baf964aeb742823dbc7884c62622a49ab03f45f > > Author: Toon Verwaest <...> > > Date: Mon Oct 9 16:03:27 2017 +0200 > > > [macro-assembler] Remove RememberedSetFinalAction since > kFallThroughAtEnd is unused > > > > Bug: > > Change-Id: I8589ea37ab776d867794125d35e1e51b16d6e9a3 > > Reviewed-on: https://chromium-review.googlesource.com/707068 > > Commit-Queue: Toon Verwaest <...> > > Reviewed-by: Hannes Payer <...> > > Cr-Commit-Position: refs/heads/master@{#48386} > > > Any suggestions would be much appreciated. > -- -- 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.
