mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
bug 379056: quieting the assertions here for all but myself and mrbkap, r=mrbkap
This commit is contained in:
parent
f0deac9b25
commit
238b7dc549
@ -2885,8 +2885,10 @@ ExecuteREBytecode(REGlobalData *gData, REMatchState *x)
|
||||
JS_ASSERT(parenIndex < gData->regexp->parenCount);
|
||||
cap = &x->parens[parenIndex];
|
||||
cap->length = x->cp - (gData->cpbegin + cap->index);
|
||||
#if defined(DEBUG_crowder) || defined(DEBUG_mrbkap)
|
||||
JS_ASSERT(x->cp >= (gData->cpbegin + cap->index));
|
||||
JS_ASSERT((int)cap->length <= (gData->cpend - gData->cpbegin));
|
||||
#endif
|
||||
op = (REOp) *pc++;
|
||||
|
||||
if (!result)
|
||||
|
Loading…
Reference in New Issue
Block a user