mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 18:22:15 +03:00
removed unused JSContext field
This commit is contained in:
@@ -440,7 +440,6 @@ struct JSContext {
|
|||||||
#endif
|
#endif
|
||||||
/* when the counter reaches zero, JSRutime.interrupt_handler is called */
|
/* when the counter reaches zero, JSRutime.interrupt_handler is called */
|
||||||
int interrupt_counter;
|
int interrupt_counter;
|
||||||
BOOL is_error_property_enabled;
|
|
||||||
|
|
||||||
struct list_head loaded_modules; /* list of JSModuleDef.link */
|
struct list_head loaded_modules; /* list of JSModuleDef.link */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user