[RegExp] "choice point" is never defined

The spec mentions "choice point" six times, but the phrase is never defined. I suppose that the correspond to:

  • alternatives in disjunctions
  • backtracking points in greedy quantifiers

It would be nice to have it formally defined.

Should I open an issue?

1 Like

Yes, please open an issue on tc39/ecma262 for this.

1 Like