mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-22 21:58:12 +08:00
removed unused JSContext field
This commit is contained in:
parent
07ff474992
commit
e68993b678
@ -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 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user