HomeSort by relevance Sort by last modified time
    Searched refs:IrregexpNumberOfCaptures (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
jsregexp.cc 470 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) {
517 (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2;
521 return (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2;
542 DCHECK(output_size >= (IrregexpNumberOfCaptures(*irregexp) + 1) * 2);
585 (IrregexpNumberOfCaptures(*irregexp) + 1) * 2;
649 IrregexpNumberOfCaptures(FixedArray::cast(regexp->data()));
    [all...]
jsregexp.h 205 static int IrregexpNumberOfCaptures(FixedArray* re);
    [all...]

Completed in 166 milliseconds