Home
last modified time | relevance | path

Searched refs:curPc (Results 1 – 2 of 2) sorted by relevance

/third_party/quickjs/
Ddebugger.h100 const uint8_t *curPc; member
104 JSValue JS_BuildStackTrace(JSContext *cx, const uint8_t *curPc);
Ddebugger.c256 static void DBG_StackTraceProcess(DebuggerInfo *debuggerInfo, JSValue msg, const uint8_t *curPc) in DBG_StackTraceProcess() argument
262 JSValue stackTrace = JS_BuildStackTrace(debuggerInfo->cx, curPc); in DBG_StackTraceProcess()
728 const uint8_t *pc = state->curPc; in DBG_RequestProcess()
795 state.curPc = pc; in DBG_GetVariableState()