Searched refs:jsType (Results 1 – 1 of 1) sorted by relevance
816 JSValue jsType = JS_GetPropertyStr(debuggerInfo->cx, msg, "type"); in DBG_ProcessMsg() local817 const char *type = JS_ToCString(debuggerInfo->cx, jsType); in DBG_ProcessMsg()818 JS_FreeValue(debuggerInfo->cx, jsType); in DBG_ProcessMsg()