Searched refs:ClearTimeout (Results 1 – 2 of 2) sorted by relevance
99 shared_ptr<JsValue> ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in ClearTimeout() function160 moduleObj->SetProperty(runtime, CLEAR_TIMEOUT, runtime->NewFunction(ClearTimeout)); in InitTimerModule()
1009 void ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in ClearTimeout() function1764 ClearTimeout(runtime, arg); in JsHandleSetTimeout()