Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp353 bool funcNameWithoutBackslash = (name.Find("\\") == std::string::npos); in BuildFunction() local
354 …if (name != ANONYMOUS_FUNC_NAME && funcNameWithoutDot && funcNameWithoutBackslash && !functionName… in BuildFunction()
383 if (funcNameWithoutDot && funcNameWithoutBackslash) { in BuildFunction()