Searched refs:pRetObj (Results 1 – 2 of 2) sorted by relevance
471 v8::Local<v8::Object> pRetObj = in setInterval() local473 if (pRetObj.IsEmpty()) in setInterval()477 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj)); in setInterval()481 vRet = CJS_Value(pRuntime, pRetObj); in setInterval()506 v8::Local<v8::Object> pRetObj = in setTimeOut() local508 if (pRetObj.IsEmpty()) in setTimeOut()512 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj)); in setTimeOut()515 vRet = CJS_Value(pRuntime, pRetObj); in setTimeOut()
1444 v8::Local<v8::Object> pRetObj = in getPrintParams() local1446 if (pRetObj.IsEmpty()) in getPrintParams()1451 vRet = CJS_Value(pRuntime, pRetObj); in getPrintParams()