add function disassembler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user