Home
last modified time | relevance | path

Searched refs:BuildScriptFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h213 void BuildScriptFunction(Scope *outerScope, const ir::ScriptFunction *scriptFunc);
Dbinder.cpp425 void Binder::BuildScriptFunction(Scope *outerScope, const ir::ScriptFunction *scriptFunc) in BuildScriptFunction() function in panda::es2panda::binder::Binder
825 BuildScriptFunction(outerScope, scriptFunc); in ResolveReference()