RE: Problem when migrating from gecko 1.9.1.2 to 2.0

2012-01-29 Thread Fizitzky, Annie
Of Fizitzky, Annie Sent: Thursday, January 26, 2012 4:49 PM To: dev-embedding@lists.mozilla.org Subject: Problem when migrating from gecko 1.9.1.2 to 2.0 Hi, I have a C++ embedding application, in which I'm using nsIScriptContext:: EvaluateString() to execute JS commands. Under Gecko 1.9.1.2 it works

Problem when migrating from gecko 1.9.1.2 to 2.0

2012-01-26 Thread Fizitzky, Annie
Hi, I have a C++ embedding application, in which I'm using nsIScriptContext:: EvaluateString() to execute JS commands. Under Gecko 1.9.1.2 it works fine, but after migrating it to Gecko 2.0, I get these assersions: 1. JS_ASSERT(!initialVarObj-getOps()-defineProperty); - in jsutil.cpp