Home
last modified time | relevance | path

Searched defs:funcObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp101 ets_int TimerModule::StartTimer(ani_env *env, ani_object funcObject, ani_int delayMs, ani_boolean r… in StartTimer()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2719 if (auto funcObject = callerInst->GetFunctionObject(); funcObject != 0) { in VisitLoadConstantPool() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1228 ECMAObject *funcObject; in RunInternal() local