We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e6bfc commit 7474b28Copy full SHA for 7474b28
quickjs.c
@@ -392,7 +392,6 @@ struct JSContext {
392
bf_context_t *bf_ctx; /* points to rt->bf_ctx, shared by all contexts */
393
/* when the counter reaches zero, JSRutime.interrupt_handler is called */
394
int interrupt_counter;
395
- BOOL is_error_property_enabled;
396
397
struct list_head loaded_modules; /* list of JSModuleDef.link */
398
0 commit comments