Searched refs:functionCtx (Results 1 – 3 of 3) sorted by relevance
82 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseCommonjs() local83 auto *functionScope = functionCtx.GetScope(); in ParseCommonjs()
474 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseArrowFunctionExpression() local475 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseArrowFunctionExpression()514 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseTsGenericArrowFunction() local515 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseTsGenericArrowFunction()
3490 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseFunction() local3491 auto *functionScope = functionCtx.GetScope(); in ParseFunction()