[v8-users] 3.1.8.10 failing test on arm

2011-04-17 Thread Jérémy Lal
Hi, i got a failing test on arm (real hardware), and i wonder to what it could be related, as the test pass fine on qemu-arm : === release test-api Threading2 === Path: cctest/test-api/Threading2 .../... End test 188 Switch from TryCatchSourceInfo to InterceptorCallICInvalidatedConstantFunction

Re: [v8-users] FunctionTemplate for eval ;

2011-04-17 Thread Stephan Beal
On Sun, Apr 17, 2011 at 4:18 AM, Chinnu chinnu4...@gmail.com wrote: where eval_Handler is declared as follows: HandleValue DOMWindow_eval_Callback(const Arguments args) { .. } I'm doing this to record the statements being evaluated by the function.

Re: [v8-users] Re: Changing prototype for native template

2011-04-17 Thread Stephan Beal
On Sun, Apr 17, 2011 at 12:12 PM, Matthias Ernst matth...@mernst.orgwrote: In hindsight this may be obvious - the use of the global object template would be severely limited otherwise - but still interesting to note. LOL! i've been working with v8 for well over 2 years now and i can say with

[v8-users] Re: Changing prototype for native template

2011-04-17 Thread crtmpserver
On Apr 17, 1:20 pm, Stephan Beal sgb...@googlemail.com wrote: On Sun, Apr 17, 2011 at 12:12 PM, Matthias Ernst matth...@mernst.orgwrote: In hindsight this may be obvious - the use of the global object template would be severely limited otherwise - but still interesting to note. LOL! i've

Re: [v8-users] Re: Changing prototype for native template

2011-04-17 Thread Stephan Beal
On Sun, Apr 17, 2011 at 1:28 PM, crtmpserver crtmpser...@gmail.com wrote: Templates are just blue prints of the future objects. Once plugged in, they become like little recipes for future instances (actual objects). They can be modified only before instantiating the context in C++ and after

Re: [v8-users] Re: FunctionTemplate for eval ;

2011-04-17 Thread Stephan Beal
On Sun, Apr 17, 2011 at 1:48 PM, Chinnu chinnu4...@gmail.com wrote: Thank you Stephan, for the clarification. Actually, I'm interested in the result of the expression. For instance, in the above example of eval('a'+'b'), I'm trying to gather the string 'ab'. I'm wondering on how to parse the

Re: [v8-users] Re: FunctionTemplate for eval ;

2011-04-17 Thread Stephan Beal
On Sun, Apr 17, 2011 at 2:51 PM, Chinnu chinnu4...@gmail.com wrote: One final question - now that I've captured the string being passed to eval, what would be the right HandleValue to return from the function template to keep the script running in V8. From what i understand, as long as you

[v8-users]

2011-04-17 Thread joko suwito
http%3A%2F%2Fultrasviareggio%2Etifonet%2Eit%2Fk3i352%2Ehtml -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users