]> git.kaiwu.me - njs.git/commitdiff
Removed outdated commentary after ccfa84cea2b3.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 20 Mar 2020 14:33:10 +0000 (17:33 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 20 Mar 2020 14:33:10 +0000 (17:33 +0300)
src/njs_value.c

index 043f5f2b595fe886f32b35f24370b2ece3651015..37a596359ebebd431ad1a5b9217ac0e770f6d4b4 100644 (file)
@@ -486,9 +486,6 @@ njs_value_is_function(const njs_value_t *value)
  *     if pq->lhq.value != NULL it contains retval of type
  *     njs_object_prop_t * where prop->type is NJS_WHITEOUT
  *   NJS_ERROR            exception has been thrown.
- *
- *   TODO:
- *     Object.defineProperty([1,2], '1', {configurable:false})
  */
 
 njs_int_t