Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h49 functionNames_(Allocator()->Adapter()), in Binder()
226 ArenaSet<util::StringView> functionNames_; variable
Dbinder.cpp354 …YMOUS_FUNC_NAME && funcNameWithoutDot && funcNameWithoutBackslash && !functionNames_.count(name)) { in BuildFunction()
357 functionNames_.insert(name); in BuildFunction()