What does the above error mean?
This simple code:
------------------------------------------
function foo(obj) {
trace("obj="+obj);
}
var bar = { };
foo(bar);
------------------------------------------
Produces this output:
574] 11:04:44: DEBUG:
[object(gnash::object_as_object):0x80e7fd8].to_primitive() threw an error
during ActionNewAdd
574] 11:04:44: TRACE: obj=[object Object]
Should I be worried about this?
Udo
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev