Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_FAIL

259   { 1, OP_FAIL,   -1 },
260 { 4, OP_FAIL, -1 },
1846 case OP_FAIL:
4874 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas
4880 *code++ = negate_class? OP_ALLANY : OP_FAIL;
6350 /* If previous is OP_FAIL, it was generated by an empty class [] in
6351 JavaScript mode. The other ways in which OP_FAIL can be generated, that is
6355 else if (*previous == OP_FAIL) goto END_REPEAT;
6992 *code++ = OP_FAIL;
8711 case OP_FAIL: