divyang4481 / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

console.log(JSAPIObject) -> Exception: TypeError: Cannot convert object to primitive value #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build examples 
2. add this code 
console.log(sm); 
after line 199 in FBTestPlugin/test.html

What is the expected output? What do you see instead?
Expected: "<JSAPI-Auto Javascript Object>"
I see this instead:
Exception: TypeError: Cannot convert object to primitive value 

What version of FireBreath are you using? On what operating system and
browsers?
 git c6c0308a1b4768ad882493a71fa2a86ed726cc15
linux fedora 14 x86_64
google chrome 10.0.642.2 dev

Original issue reported on code.google.com by bignikita on 26 Jan 2011 at 8:11

GoogleCodeExporter commented 8 years ago

Original comment by richarda...@gmail.com on 26 Jan 2011 at 8:11

GoogleCodeExporter commented 8 years ago
Fixed in the 1.4 branch.

Original comment by richarda...@gmail.com on 29 Jan 2011 at 1:00