Backout merge. a=betaN+,backout

This commit is contained in:
David Mandelin 2010-11-18 12:48:59 -08:00
commit a792acda7d
2 changed files with 0 additions and 4 deletions

View File

@ -516,8 +516,6 @@ ArgGetter(JSContext *cx, JSObject *obj, jsid id, Value *vp)
uintN arg = uintN(JSID_TO_INT(id));
if (arg < obj->getArgsInitialLength()) {
JS_ASSERT(!obj->getArgsElement(arg).isMagic(JS_ARGS_HOLE));
if (obj->getArgsElement(arg).isMagic(JS_ARGS_HOLE))
*(int *) 0xe0 = 0;
if (JSStackFrame *fp = (JSStackFrame *) obj->getPrivate())
*vp = fp->canonicalActualArg(arg);
else

View File

@ -498,8 +498,6 @@ stubs::GetElem(VMFrame &f)
end_getelem:
f.regs.sp[-2] = *copyFrom;
if (regs.sp[-2].isMagic(JS_ARGS_HOLE))
*(int *) 0xc0 = 0;
}
static inline bool