[njs] Fixed RegExp.prototype[@@replace]().

2024-05-28 Thread noreply
details: https://hg.nginx.org/njs/rev/cb1baa3906f8 branches: changeset: 2342:cb1baa3906f8 user: Dmitry Volyntsev date: Tue May 28 15:49:39 2024 -0700 description: Fixed RegExp.prototype[@@replace](). With replacement containing "$'", "$\`" and Unicode characters. The similar issue

[njs] Fixed RegExp.prototype[@@replace]().

2023-02-02 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/286675dcfbc5 branches: changeset: 2037:286675dcfbc5 user: Vadim Zhestikov date: Thu Feb 02 10:01:26 2023 -0800 description: Fixed RegExp.prototype[@@replace](). Previously, when RegExpExec() returned a fast-array with gaps String.prototype.repla