Searched defs:functionCtx (Results 1 – 4 of 4) sorted by relevance
82 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseCommonjs() local
500 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseArrowFunctionExpression() local542 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseTsGenericArrowFunction() local
3944 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseFunction() local
101 auto functionCtx = LexicalScopeCreateOrEnter<varbinder::FunctionScope>(VarBinder(), function); in HandleFunction() local