Home
last modified time | relevance | path

Searched refs:DBG_CallDebugger (Results 1 – 3 of 3) sorted by relevance

/third_party/quickjs/
Ddebugger.h109 void DBG_CallDebugger(JSContext *cx, const uint8_t *pc);
Ddebugger.c937 void DBG_CallDebugger(JSContext *cx, const uint8_t *pc) in DBG_CallDebugger() function
Dquickjs.c16215 #define CASE(op) case_debugger_ ## op: DBG_CallDebugger(caller_ctx, pc); case_ ## op in JS_CallInternal()
16315 DBG_CallDebugger(ctx, NULL); in JS_CallInternal()