Home
last modified time | relevance | path

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

/third_party/quickjs/
Ddebugger.c160 static void DBG_SendStopMsg(DebuggerInfo *debuggerInfo, const char *stopReason) in DBG_SendStopMsg() argument
172 JS_SetPropertyStr(cx, stopEvent, "reason", JS_NewString(cx, stopReason)); in DBG_SendStopMsg()