]> git.kaiwu.me - njs.git/commit
Fixed applying call() to methods of external values.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 30 Jul 2018 17:00:31 +0000 (20:00 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 30 Jul 2018 17:00:31 +0000 (20:00 +0300)
commit6cea6c6f1b5f7a36cf92a9aff9f68f658bd566cd
treea8df3dfc7465fb822079f73fcca1467d22a0e76a
parent55f6dca8b2929984094a8a6f3345ba2433bdfdef
Fixed applying call() to methods of external values.

This correctly fixes #20 on Github.
nginx/ngx_http_js_module.c
nginx/ngx_stream_js_module.c
njs/njs.h
njs/njs_extern.c
njs/njs_vm.c
njs/test/njs_unit_test.c