Searched defs:functionCtx (Results 1 – 4 of 4) sorted by relevance
76 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseCommonjs() local
481 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseArrowFunctionExpression() local523 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseTsGenericArrowFunction() local
4044 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseFunction() local
113 auto functionCtx = LexicalScopeCreateOrEnter<varbinder::FunctionScope>(VarBinder(), function); in HandleFunction() local