Hi,

I am configured webkitgtk1.6.1 to use v8 engine instead of jsc engine. Its 
working fine but when I try to find the html5 score using 
http://localhost/HTML5test.html, I can see page loaded, but the score part 
is not showing up. I see only the right pane loads. On the console I see an 
error message 

** Message: console message: http://html5test.com/scripts/engine.js @1: 
Uncaught TypeError: Illegal constructor

On further debugging I see that this error message is coming from a 
function v8::Handle<v8::Value> V8Proxy::checkNewLegal(const v8::Arguments& 
args) in file WebCore/bindings/v8/V8Proxy.cpp

This function is making a call to AllowAllocation::current(), which is 
returning false and hence this error. 

But I am not sure is this error is root cause for failing to show up html5 
score. 

Please any help here.

Thanks in advance.


Regards,
Manjunath



-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to