Searched refs:fTimeouts (Results 1 – 2 of 2) sorted by relevance
28 } while (fTimeouts.find(fLastTimerID) != fTimeouts.end()); in getNextTimerID()122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn); in SetTimeout()148 if (gGlobal->fTimeouts.find(gGlobal->fLastTimerID) == gGlobal->fTimeouts.end()) { in TimeOutProc()155 v8::Local<v8::Function>::New(gGlobal->getIsolate(), gGlobal->fTimeouts[id]); in TimeOutProc()157 gGlobal->fTimeouts.erase(id); in TimeOutProc()
78 std::map<int32_t, CopyablePersistentFn > fTimeouts; variable