Lines Matching refs:createFunction
205 createFunction(ts.factory.createIdentifier(COMPONENT_TRANSITION_NAME),
209 createFunction(ts.factory.createIdentifier(COMPONENT_TRANSITION_NAME),
211 createFunction(ts.factory.createIdentifier(COMPONENT_TRANSITION_NAME),
215 createFunction(ts.factory.createIdentifier(COMPONENT_TRANSITION_NAME),
720 createFunction(ts.factory.createIdentifier(nameResult.name),
1108 const popNode: ts.ExpressionStatement = ts.factory.createExpressionStatement(createFunction(
1139 const popNode: ts.ExpressionStatement = ts.factory.createExpressionStatement(createFunction(
1510 return ts.factory.createExpressionStatement(createFunction(createIf(),
1515 return ts.factory.createExpressionStatement(createFunction(createIf(),
1520 return ts.factory.createExpressionStatement(createFunction(createIf(),
1570 ? ts.factory.createExpressionStatement(createFunction(temp, identifierNode, null))
1571 …: ts.factory.createExpressionStatement(createFunction(temp, identifierNode, checkArguments(temp, t…
2137 createFunction(ts.factory.createIdentifier(GLOBAL_CONTEXT), node,
2148 lastStatement.statement = ts.factory.createExpressionStatement(createFunction(
2210 createFunction(identifierNode, node, argumentsArr));
2223 createFunction(identifierNode, node, temp.arguments));
2465 createFunction(ts.factory.createIdentifier(COMPONENT_GESTURE),
2482 createFunction(ts.factory.createIdentifier(COMPONENT_GESTURE),
2499 createFunction(temp, ts.factory.createIdentifier(COMPONENT_POP_FUNCTION), null)));
2511 createFunction(temp, ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), argumentArr)));
2515 …createFunction(temp, ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), temp.parent.arguments…
2777 export function createFunction(node: ts.Identifier, attrNode: ts.Identifier, function