quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit e7a79eec931b0a78e6b1a8884060c62d979035de
parent 4f5ea585ad3898067ec3e0ad9356fc97d0098aab
Author: Fabrice Bellard <fabrice@bellard.org>
Date:   Fri, 22 Dec 2023 11:06:19 +0100

removed unused JSContext field

Diffstat:
Mquickjs/quickjs.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/quickjs/quickjs.c b/quickjs/quickjs.c @@ -443,7 +443,6 @@ struct JSContext { #endif /* when the counter reaches zero, JSRutime.interrupt_handler is called */ int interrupt_counter; - BOOL is_error_property_enabled; struct list_head loaded_modules; /* list of JSModuleDef.link */