Browse Source

Trivia for commented out realloc props code

pull/1650/head
Sami Vaarala 7 years ago
parent
commit
39a979fd2b
  1. 1
      src-input/duk_hobject_props.c

1
src-input/duk_hobject_props.c

@ -637,6 +637,7 @@ DUK_INTERNAL void duk_hobject_realloc_props(duk_hthread *thr,
*/
#if 0 /* XXX: inject test */
if (1) {
new_p = NULL;
goto alloc_failed;
}
#endif

Loading…
Cancel
Save