Searched refs:functionCtx (Results 1 – 5 of 5) sorted by relevance
82 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseCommonjs() local83 auto *functionScope = functionCtx.GetScope(); in ParseCommonjs()
500 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseArrowFunctionExpression() local501 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseArrowFunctionExpression()542 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseTsGenericArrowFunction() local543 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseTsGenericArrowFunction()
3888 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseFunction() local3889 auto *functionScope = functionCtx.GetScope(); in ParseFunction()
76 auto functionCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in HandleFunction() local77 auto *functionScope = functionCtx.GetScope(); in HandleFunction()
1421 auto functionCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in CreateInvokeFunction() local1422 auto *functionScope = functionCtx.GetScope(); in CreateInvokeFunction()