]> git.kaiwu.me - njs.git/commit
Removed support for functions in labelled statements.
authorAlexander Borisov <alexander.borisov@nginx.com>
Wed, 3 Jun 2020 12:17:51 +0000 (15:17 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Wed, 3 Jun 2020 12:17:51 +0000 (15:17 +0300)
commit4da48f78d6beacced805479a78c3058645dc47c5
treeadd7ef0f5ab664e4552e45430f9cdef765277a7d
parentcf726737c426a610bba51aaa8761c0540e3de093
Removed support for functions in labelled statements.

In strict mode, support for functions is prohibited.

The issue was introduced in 86f55a7dc4a4.
src/njs_parser.c
src/test/njs_unit_test.c