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

  /external/v8/src/regexp/
jsregexp.cc 386 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) {
427 (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2;
431 return (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2;
447 DCHECK(output_size >= (IrregexpNumberOfCaptures(*irregexp) + 1) * 2);
489 (IrregexpNumberOfCaptures(*irregexp) + 1) * 2;
554 IrregexpNumberOfCaptures(FixedArray::cast(regexp->data()));
    [all...]
jsregexp.h 176 static int IrregexpNumberOfCaptures(FixedArray* re);
    [all...]

Completed in 147 milliseconds