gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] [object].to_primitive() threw an error during ActionNewAdd


From: Udo Giacomozzi
Subject: [Gnash-dev] [object].to_primitive() threw an error during ActionNewAdd
Date: Tue, 15 Jan 2008 11:07:25 +0100

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]