| /third_party/typescript/src/compiler/transformers/module/ |
| D | module.ts | 190 factory.createFunctionExpression( 223 const umdHeader = factory.createFunctionExpression( 330 factory.createFunctionExpression( 799 func = factory.createFunctionExpression( 857 func = factory.createFunctionExpression( 1721 … factory.createPropertyAssignment("get", factory.createFunctionExpression(
|
| D | system.ts | 84 const moduleBodyFunction = factory.createFunctionExpression( 273 factory.createFunctionExpression( 556 factory.createFunctionExpression(
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | factory.ts | 23 …const func = factory.createFunctionExpression(/*modifiers*/ undefined, /*asteriskToken*/ undefined…
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeConverters.ts | 26 const updated = factory.createFunctionExpression(
|
| D | utilities.ts | 199 factory.createFunctionExpression( 214 factory.createFunctionExpression( 269 factory.createFunctionExpression(
|
| D | emitHelpers.ts | 245 const generatorFunc = factory.createFunctionExpression(
|
| D | nodeFactory.ts | 187 createFunctionExpression, 2655 function createFunctionExpression( 2710 …? finishUpdateBaseSignatureDeclaration(createFunctionExpression(modifiers, asteriskToken, name, ty… 5747 createFunctionExpression(
|
| /third_party/typescript/src/services/refactors/ |
| D | convertArrowFunctionOrFunctionExpression.ts | 206 …const newNode = factory.createFunctionExpression(func.modifiers, func.asteriskToken, /* name */ un…
|
| /third_party/typescript/src/compiler/transformers/ |
| D | es2015.ts | 822 const classFunction = factory.createFunctionExpression( 1839 const func = factory.createFunctionExpression( 1943 factory.createFunctionExpression( 3135 factory.createFunctionExpression( 3280 factory.createFunctionExpression(
|
| D | ts.ts | 1547 factory.createFunctionExpression( 1848 factory.createFunctionExpression(
|
| D | generators.ts | 502 factory.createFunctionExpression( 2662 factory.createFunctionExpression(
|
| D | es2018.ts | 1028 factory.createFunctionExpression(
|
| D | classFields.ts | 454 factory.createFunctionExpression(
|
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 355 …export const createFunctionExpression = Debug.deprecate(factory.createFunctionExpression, factoryD… constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 17975 …var updated = factory.createFunctionExpression(node.modifiers, node.asteriskToken, node.name, node… 18214 createFunctionExpression: createFunctionExpression, 19929 …function createFunctionExpression(modifiers, asteriskToken, name, typeParameters, parameters, type… function 19957 …? finishUpdateBaseSignatureDeclaration(createFunctionExpression(modifiers, asteriskToken, name, ty… 22072 …return createCallExpression(createFunctionExpression(undefined, undefined, undefined, undefined, p… 23273 …var generatorFunc = factory.createFunctionExpression(undefined, factory.createToken(41), undefined… 24626 …get: getAccessor && ts.setTextRange(ts.setOriginalNode(factory.createFunctionExpression(ts.getModi… 24627 …set: setAccessor && ts.setTextRange(ts.setOriginalNode(factory.createFunctionExpression(ts.getModi… 24639 ….name, method.name), ts.setOriginalNode(ts.setTextRange(factory.createFunctionExpression(ts.getMod… 30085 …var node = factory.createFunctionExpression(modifiers, asteriskToken, name, typeParameters, parame… [all …]
|
| D | typingsInstaller.js | 22595 …var updated = factory.createFunctionExpression(node.modifiers, node.asteriskToken, node.name, node… 22855 createFunctionExpression: createFunctionExpression, 24806 …function createFunctionExpression(modifiers, asteriskToken, name, typeParameters, parameters, type… function 24835 …? finishUpdateBaseSignatureDeclaration(createFunctionExpression(modifiers, asteriskToken, name, ty… 27325 return createCallExpression(createFunctionExpression( 28830 var generatorFunc = factory.createFunctionExpression( 30460 …get: getAccessor && ts.setTextRange(ts.setOriginalNode(factory.createFunctionExpression(ts.getModi… 30466 …set: setAccessor && ts.setTextRange(ts.setOriginalNode(factory.createFunctionExpression(ts.getModi… 30485 …tion*/ method.name), ts.setOriginalNode(ts.setTextRange(factory.createFunctionExpression(ts.getMod… 37207 …var node = factory.createFunctionExpression(modifiers, asteriskToken, name, typeParameters, parame… [all …]
|
| D | typescript.d.ts | 3775 …createFunctionExpression(modifiers: readonly Modifier[] | undefined, asteriskToken: AsteriskToken … method 7740 …const createFunctionExpression: (modifiers: readonly Modifier[] | undefined, asteriskToken: Asteri… constant
|
| D | typescriptServices.d.ts | 3775 …createFunctionExpression(modifiers: readonly Modifier[] | undefined, asteriskToken: AsteriskToken … method 7740 …const createFunctionExpression: (modifiers: readonly Modifier[] | undefined, asteriskToken: Asteri… constant
|
| D | tsserverlibrary.d.ts | 3775 …createFunctionExpression(modifiers: readonly Modifier[] | undefined, asteriskToken: AsteriskToken … method 11686 …const createFunctionExpression: (modifiers: readonly Modifier[] | undefined, asteriskToken: Asteri… constant
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3775 …createFunctionExpression(modifiers: readonly Modifier[] | undefined, asteriskToken: AsteriskToken … method 7740 …const createFunctionExpression: (modifiers: readonly Modifier[] | undefined, asteriskToken: Asteri… constant
|
| D | tsserverlibrary.d.ts | 3775 …createFunctionExpression(modifiers: readonly Modifier[] | undefined, asteriskToken: AsteriskToken … method 11686 …const createFunctionExpression: (modifiers: readonly Modifier[] | undefined, asteriskToken: Asteri… constant
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8059 …createFunctionExpression(modifiers: readonly Modifier[] | undefined, asteriskToken: AsteriskToken …
|
| D | parser.ts | 6529 …const node = factory.createFunctionExpression(modifiers, asteriskToken, name, typeParameters, para…
|
| D | checker.ts | 6223 …kind === SyntaxKind.FunctionExpression ? factory.createFunctionExpression(modifiers, /*asteriskTok…
|