MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

promise offset tracking

+1 -3
+1 -3
src/ant.c
··· 22229 22229 if (in_unhandled) HASH_DELETE(hh_unhandled, unhandled_rejections, pd); 22230 22230 22231 22231 jsoff_t new_off = fwd_off(ctx, pd->obj_offset); 22232 - if (new_off == pd->obj_offset && pd->obj_offset != 0) { 22233 - utarray_free(pd->handlers); free(pd); continue; 22234 - } 22232 + if (new_off == 0) { utarray_free(pd->handlers); free(pd); continue; } 22235 22233 22236 22234 pd->obj_offset = new_off; 22237 22235 FWD_VAL(pd->value);