Home
last modified time | relevance | path

Searched refs:concurrentFunc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.cpp67 if (!result.concurrentFunc) { in ProcessConcurrent()
84 result.concurrentFunc->AddConcurrentModuleRequest(moduleRequestIdx); in CollectRelativeModule()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp120 ir::ScriptFunction *concurrentFunc = nullptr; in Find() local
132 return {name, const_cast<Scope *>(iter), level, lexLevel, sendableLevel, v, concurrentFunc}; in Find()
139 if (iter->IsFunctionScope() && !concurrentFunc) { in Find()
141 concurrentFunc = const_cast<ir::ScriptFunction *>(iter->Node()->AsScriptFunction()); in Find()
166 return {name, nullptr, 0, 0, 0, nullptr, concurrentFunc}; in Find()
H A Dscope.h159 : name(n), scope(s), level(l), lexLevel(ll), sendableLevel(sl), variable(v), concurrentFunc(c) in ScopeFindResult()
169 ir::ScriptFunction *concurrentFunc {};

Completed in 5 milliseconds