Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h48 functionScopes_(Allocator()->Adapter()), in Binder()
111 return functionScopes_; in Functions()
116 return functionScopes_; in Functions()
224 ArenaVector<FunctionScope *> functionScopes_; variable
Dbinder.cpp349 functionScopes_.push_back(funcScope); in BuildFunction()
825 ASSERT(!functionScopes_.empty()); in AddMandatoryParams()
826 auto iter = functionScopes_.begin(); in AddMandatoryParams()
837 for (; iter != functionScopes_.end(); iter++) { in AddMandatoryParams()