]> git.kaiwu.me - njs.git/commit
Ensuring Array.prototype.sort() stability.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 2 Jun 2020 12:08:04 +0000 (12:08 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 2 Jun 2020 12:08:04 +0000 (12:08 +0000)
commitcf726737c426a610bba51aaa8761c0540e3de093
treeb3797c79cc0369292ff316152dbdd29aac90923f
parent61789fbe833a15e5998dffd3e318404b00d97e1f
Ensuring Array.prototype.sort() stability.

For fast arrays with empty or undefined elements.

This closes #312 issue on Github.
src/njs_array.c
src/test/njs_unit_test.c