commit | a710d51317db0799655e70a4537c25c16b034f28 | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Tue Nov 02 12:37:00 2021 +0000 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Tue Nov 02 12:37:00 2021 +0000 |
tree | f3f6a90f27f4c900e8e28acdd79d0831c3cb47ff | |
parent | a0d9307aae8d253d83904b49dc3215252006ffbb [diff] |
Getting rid of special types for primitive objects. The following types were removed: NJS_OBJECT_BOOLEAN, NJS_OBJECT_NUMBER, NJS_OBJECT_SYMBOL, NJS_OBJECT_STRING. Instead a generic NJS_OBJECT_VALUE type is used for objects with custom slots.