Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp710 bool lexicalFunctionObject {}; in AddMandatoryParams() local
716 lexicalFunctionObject = true; in AddMandatoryParams()
722 LookUpMandatoryReferences(funcScope, lexicalFunctionObject); in AddMandatoryParams()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp965 bool lexicalFunctionObject {}; in AddMandatoryParams() local
971 lexicalFunctionObject = true; in AddMandatoryParams()
984 if (lexicalFunctionObject) { in AddMandatoryParams()