Searched refs:pJS_TimerObj (Results 1 – 1 of 1) sorted by relevance
489 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setInterval() local490 ASSERT(pJS_TimerObj != NULL); in setInterval()492 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject(); in setInterval()538 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setTimeOut() local539 ASSERT(pJS_TimerObj != NULL); in setTimeOut()541 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject(); in setTimeOut()