argumetns is in fact arguments (due to some technical problems I cannot 
copy past the error).

So the line actually is tickprocessor-driver.js:46 ReferenceError: 
argumetns is not defined

On Tuesday, March 5, 2013 7:38:10 PM UTC, mschwartz wrote:
>
> You misspelled "arguments".
>
> On Mar 5, 2013, at 11:34 AM, Patrick Marques 
> <[email protected]<javascript:>> 
> wrote:
>
> HI,
>
> I'm trying to profile a node.js application using V8 profiler/analyzer. I 
> tried to make V8 as shared library and link node to it and apparently 
> everything is ok, but when I use the linux-tick-processor this gives and 
> error:
>
> tickprocessor-driver.js:46 ReferenceError: argumetns is not defined
> var params = processArgumetns(arguments);
>
> To make v8 I run "make native library=shared"
> I'm running this linux-tick-processor with D8_PATH="<d8 path>/out/native"
>
> NOTE: 
> If I make V8 without the library=shared, it goes ok (gives the report) 
> even with several lines "unknown code stat: undefined", but the node.js 
> is not using the same v8 version so the error could be where
>
> regards,
> PM
>
>
> -- 
> -- 
> v8-users mailing list
> [email protected] <javascript:>
> http://groups.google.com/group/v8-users
> --- 
> You received this message because you are subscribed to the Google Groups 
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>
>
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" 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