[njs] Fixed equality operator with object and string.

2018-11-09 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/7d06ada396d7 branches: changeset: 646:7d06ada396d7 user: Valentin Bartenev date: Fri Nov 09 18:22:01 2018 +0300 description: Fixed equality operator with object and string. diffstat: njs/njs_vm.c | 25 ++---

[njs] Fixed equality operator when both operands are objects.

2018-11-09 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/025b22bf8c49 branches: changeset: 645:025b22bf8c49 user: Valentin Bartenev date: Thu Nov 08 20:32:45 2018 +0300 description: Fixed equality operator when both operands are objects. diffstat: njs/njs_vm.c | 4

[njs] Fixed equality operator with "null" value as right operand.

2018-11-09 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/abec5f8d55a1 branches: changeset: 644:abec5f8d55a1 user: Valentin Bartenev date: Fri Nov 09 18:05:39 2018 +0300 description: Fixed equality operator with "null" value as right operand. diffstat: njs/njs_vm.c | 9 +++--