Searched refs:createImmediatelyInvokedFunctionExpression (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 898 …export const createImmediatelyInvokedFunctionExpression = Debug.deprecate(factory.createImmediatel… constant
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 503 createImmediatelyInvokedFunctionExpression, 5743 …function createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpress… 5744 …function createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: Param… 5745 …function createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param?: Para…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4076 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 4077 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 8172 const createImmediatelyInvokedFunctionExpression: { constant
|
| D | typescriptServices.d.ts | 4076 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 4077 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 8172 const createImmediatelyInvokedFunctionExpression: { constant
|
| D | tsserverlibrary.d.ts | 4076 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 4077 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 12118 const createImmediatelyInvokedFunctionExpression: { constant
|
| D | tsc.js | 18524 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 22071 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
|
| D | typingsInstaller.js | 23169 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 27324 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4076 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 4077 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 8172 const createImmediatelyInvokedFunctionExpression: { constant
|
| D | tsserverlibrary.d.ts | 4076 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 4077 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 12118 const createImmediatelyInvokedFunctionExpression: { constant
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8441 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; 8442 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla…
|