mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
fix spidermonkey issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7007 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -425,6 +425,7 @@ InitExceptionObject(JSContext *cx, JSObject *obj, JSString *message,
|
||||
|
||||
APPEND_CHAR_TO_STACK('(');
|
||||
for (i = 0; i < fp->argc; i++) {
|
||||
|
||||
/* Avoid toSource bloat and fallibility for object types. */
|
||||
v = fp->argv[i];
|
||||
if (JSVAL_IS_PRIMITIVE(v)) {
|
||||
|
Reference in New Issue
Block a user