Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dhoisting.cpp41 const ir::ScriptFunction *scriptFunction = decl->Node()->AsScriptFunction(); in HoistFunction() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp65 const ir::ScriptFunction *scriptFunction = decl->Node()->AsScriptFunction(); in HoistFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp27 void ScopesInitPhase::VisitScriptFunction(ir::ScriptFunction *scriptFunction) in VisitScriptFunction()