Searched defs:arrowFunc (Results 1 – 4 of 4) sorted by relevance
16 const arrowFunc = () => { constant
274 auto *const arrowFunc = callee->AsArrowFunctionExpression()->Function(); in InitAnonymousLambdaCallee() local602 auto arrowFunc = stArgument->AsArrowFunctionExpression(); in InferReturnType() local
753 …const arrowFunc = ts.factory.createArrowFunction(modifiers, typeParameters, parameters, type, toke… constant
943 const arrowFunc = node as ts.ArrowFunction; constant