modules/ECMAScript/quickjs/quickjs/quickjs.c:16065:11: error: use of undeclared identifier 'debugger_dispatch_table'; did you mean 'active_dispatch_table'?
? debugger_dispatch_table : dispatch_table;
^~~~~~~~~~~~~~~~~~~~~~~
active_dispatch_table
modules/ECMAScript/quickjs/quickjs/quickjs.c:16064:26: note: 'active_dispatch_table' declared here
const void * const * active_dispatch_table = caller_ctx->rt->debugger_info.transport_close
^
modules/ECMAScript/quickjs/quickjs/quickjs.c:16065:37: error: use of undeclared identifier 'dispatch_table'
? debugger_dispatch_table : dispatch_table;