Searched refs:jsBreakpointsVal (Results 1 – 1 of 1) sorted by relevance
778 JSValue jsBreakpointsVal = JS_GetPropertyStr(debuggerInfo->cx, msg, "breakpoints"); in DBG_ProcessMsgByType() local779 DBG_SetBreakpoints(debuggerInfo, jsBreakpointsVal); in DBG_ProcessMsgByType()780 JS_FreeValue(debuggerInfo->cx, jsBreakpointsVal); in DBG_ProcessMsgByType()