]> git.kaiwu.me - njs.git/commit
Made all constructor properties configurable.
authorValentin Bartenev <vbart@nginx.com>
Tue, 7 May 2019 17:41:07 +0000 (20:41 +0300)
committerValentin Bartenev <vbart@nginx.com>
Tue, 7 May 2019 17:41:07 +0000 (20:41 +0300)
commit0266d41ebe9aed389759f158ae7468d2902bccea
treeb5578445a056718231942bf28f15941a38809f1c
parentbf30b0738145b0b65127d22619aa38145a486ba3
Made all constructor properties configurable.

Note that actual "constructor" property is created on demand in the prototypes'
private hash with "configurable" option set.  This change corrects its state
before any access.
njs/njs_array.c
njs/njs_date.c
njs/njs_error.c
njs/njs_regexp.c