Searched refs:stopEvent (Results 1 – 1 of 1) sorted by relevance
/third_party/quickjs/ |
D | debugger.c | 171 JSValue stopEvent = JS_NewObject(cx); in DBG_SendStopMsg() local 172 JS_SetPropertyStr(cx, stopEvent, "reason", JS_NewString(cx, stopReason)); in DBG_SendStopMsg() 173 JS_SetPropertyStr(cx, stopEvent, "type", JS_NewString(cx, "StoppedEvent")); in DBG_SendStopMsg() 174 JS_SetPropertyStr(cx, stopEvent, "thread", JS_NewInt64(cx, (int64_t)debuggerInfo->client)); in DBG_SendStopMsg() 177 JS_SetPropertyStr(cx, msgBody, "event", stopEvent); in DBG_SendStopMsg()
|