Home
last modified time | relevance | path

Searched refs:createImmediatelyInvokedFunctionExpression (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts898 …export const createImmediatelyInvokedFunctionExpression = Debug.deprecate(factory.createImmediatel… constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts503 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/
Dtypescript.d.ts4076createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
4077createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
8172 const createImmediatelyInvokedFunctionExpression: { constant
DtypescriptServices.d.ts4076createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
4077createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
8172 const createImmediatelyInvokedFunctionExpression: { constant
Dtsserverlibrary.d.ts4076createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
4077createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
12118 const createImmediatelyInvokedFunctionExpression: { constant
Dtsc.js18524 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
22071 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
DtypingsInstaller.js23169 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
27324 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4076createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
4077createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
8172 const createImmediatelyInvokedFunctionExpression: { constant
Dtsserverlibrary.d.ts4076createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
4077createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
12118 const createImmediatelyInvokedFunctionExpression: { constant
/third_party/typescript/src/compiler/
Dtypes.ts8441createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression;
8442createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla…