Can you elaborate on the trace error you get and the version of V8 you're using?
Cheers, Kasper On Tue, Mar 31, 2009 at 7:09 PM, MJ <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
