Searched refs:localLimit (Results 1 – 2 of 2) sorted by relevance
983 uint localLimit = maxBackref - g.groupStack.top; in parseEscape() local984 if (nref >= localLimit) in parseEscape()986 g.put(Bytecode(IR.Backref, nref-localLimit)); in parseEscape()
1489 uint localLimit = maxBackref - g.groupStack.top; in parseEscape() local1490 if (nref >= localLimit) in parseEscape()1492 g.put(Bytecode(IR.Backref, nref-localLimit)); in parseEscape()