]> git.kaiwu.me - njs.git/commit
Refactored njs_object_iterate() API.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 27 Apr 2023 04:19:48 +0000 (21:19 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 27 Apr 2023 04:19:48 +0000 (21:19 -0700)
commite60d10f2007c332391d7a104453e13567ebbe52d
tree52cf9bc54cab17d9e4d22a5ff5f942b9f7b2ba6a
parent8a7071f81ce06abae0c4b7a130c47078f054bae9
Refactored njs_object_iterate() API.

As a side-effect it fixes dangling-pointer compilation error
found by GCC 13.1.
external/njs_webcrypto_module.c
src/njs_array.c
src/njs_iterator.c
src/njs_iterator.h
src/njs_promise.c