]> git.kaiwu.me - njs.git/commit
This object as a variable.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 10 Apr 2019 14:46:29 +0000 (17:46 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 10 Apr 2019 14:46:29 +0000 (17:46 +0300)
commitd58cbc30192361fc02d5444d2f990643a23e20e1
tree1b9be3ea01eea77a3957b585be63a92478d7aab2
parent3a5298339383e5c85a80d20bc23365e918b2d8e7
This object as a variable.

Non-local this is introduced to support arrow functions.
this is non-local when reference scope != first non-arrow
function scope.
njs/njs_disassembler.c
njs/njs_generator.c
njs/njs_lexer.h
njs/njs_parser.h
njs/njs_parser_terminal.c
njs/njs_variable.h
njs/njs_vm.c
njs/njs_vm.h