]> git.kaiwu.me - njs.git/commit
Improved function naming in variable code.
authorhongzhidao <hongzhidao@gmail.com>
Sat, 29 Dec 2018 14:35:31 +0000 (22:35 +0800)
committerhongzhidao <hongzhidao@gmail.com>
Sat, 29 Dec 2018 14:35:31 +0000 (22:35 +0800)
commit1471808fa95961de28487b894ecf00231a379636
tree8e7d3a85873eb41e7eab69109c6b1f156dcf3acc
parent9a11a68ea25f695c1960e477a119d66e98b78be1
Improved function naming in variable code.

Renaming:
1) njs_variable_get() to njs_variable_resolve().
2) njs_variable_find() to njs_variable_reference_resolve().

To better reflect what they do.
njs/njs_generator.c
njs/njs_parser.h
njs/njs_variable.c