Merge TM -> JM

This commit is contained in:
Brian Hackett
2011-04-19 08:23:41 -07:00
184 changed files with 8203 additions and 8290 deletions

View File

@@ -1459,7 +1459,7 @@ array_toString(JSContext *cx, uintN argc, Value *vp)
if (!cx->stack().pushInvokeArgs(cx, 0, &args))
return false;
args.callee() = join;
args.calleev() = join;
args.thisv().setObject(*obj);
/* Do the call. */