]> git.kaiwu.me - njs.git/commit
Introduced API to work with external value pointers.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 22 Sep 2023 20:00:05 +0000 (13:00 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 22 Sep 2023 20:00:05 +0000 (13:00 -0700)
commit4dc53be1f4d7627821cdcb388daeaf86b854f988
treea46b59e83c34fe7e111861858ee0d90fce013266
parentf600c28dc1525315e6ccdda27d7a8ccfe8fd9f9a
Introduced API to work with external value pointers.

This allows to allocate the necessary context for external
code on demand.
src/njs.h
src/njs_value.c
src/test/njs_externals_test.c
src/test/njs_unit_test.c