]> git.kaiwu.me - njs.git/commit
Fixed "PROP NEXT" instruction.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 23 Mar 2020 16:52:02 +0000 (19:52 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 23 Mar 2020 16:52:02 +0000 (19:52 +0300)
commit460765b839178f59835ce4e9c32fb627023b3751
treea79ca09ce034ff3062c5b04b425cd715068183fe
parent1cf2dd032ba6fcab7f67f63f6794c11dc2cacd98
Fixed "PROP NEXT" instruction.

The proper way to access array's elements is "start" field whereas
"data" is an allocation field.  While currently they are numerically
indentical it may change in the future.
src/njs_vmcode.c