add function disassembler

This commit is contained in:
2025-06-23 21:28:15 -05:00
parent 42087910ab
commit dca3ede464
3 changed files with 414 additions and 4 deletions

View File

@@ -1005,6 +1005,7 @@ JSValue js_debugger_closure_variables(JSContext *ctx, JSValue fn);
JSValue js_debugger_local_variables(JSContext *ctx, int stack_index);
JSValue js_debugger_build_backtrace(JSContext *ctx, const uint8_t *cur_pc);
JSValue js_debugger_fn_info(JSContext *ctx, JSValue fn);
JSValue js_debugger_fn_bytecode(JSContext *js, JSValue fn);
#undef js_unlikely
#undef js_force_inline