Does anybody have an idea why this works fine, but V8 spews out trace
error when this is called.

var a = 5;
var b = "A String" + a;

It successfully gets casted to a string and concatenated, and I can
print 'b' to the console, but I was just curious as to why V8 would
spit out error, but the execution is still successful.
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to