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.

cleanup ant.h

+3 -4
+3 -4
include/ant.h
··· 148 148 void js_set_setter_desc(struct js *js, jsval_t obj, const char *key, size_t klen, jsval_t setter, int flags); 149 149 void js_set_accessor_desc(struct js *js, jsval_t obj, const char *key, size_t klen, jsval_t getter, jsval_t setter, int flags); 150 150 151 - void js_print_stack_trace(FILE *stream); 152 - 153 151 jsval_t js_get_slot(struct js *js, jsval_t obj, internal_slot_t slot); 154 152 void js_set_slot(struct js *js, jsval_t obj, internal_slot_t slot, jsval_t value); 155 153 156 - 157 154 bool js_is_slot_prop(jsoff_t header); 158 155 jsoff_t js_next_prop(jsoff_t header); 159 - jsoff_t js_loadoff(struct js *js, jsoff_t off); 156 + jsoff_t js_loadoff(struct js *js, jsoff_t off); 157 + 158 + void js_print_stack_trace(FILE *stream);