Searched defs:funcObject (Results 1 – 3 of 3) sorted by relevance
30 TimerModule::TimerInfo::TimerInfo(uint32_t id, ets_object funcObject, bool oneShotTimer) in TimerInfo()53 …Module::StartTimer(EtsEnv *env, [[maybe_unused]] ets_class klass, ets_object funcObject, ets_int d… in StartTimer()
2688 if (auto funcObject = callerInst->GetFunctionObject(); funcObject != 0) { in VisitLoadConstantPool() local
1216 ECMAObject *funcObject; in RunInternal() local