Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts909 …export const createImmediatelyInvokedFunctionExpression = Debug.deprecate(factory.createImmediatel… constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts475 createImmediatelyInvokedFunctionExpression,
5304 …function createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpress…
5305 …function createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: Param…
5306 …function createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param?: Para…
/third_party/typescript/lib/
Dtypescript.d.ts3624createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
3625createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
7102 const createImmediatelyInvokedFunctionExpression: { constant
DtypescriptServices.d.ts3624createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
3625createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
7102 const createImmediatelyInvokedFunctionExpression: { constant
Dtsserverlibrary.d.ts3624createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
3625createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
10847 const createImmediatelyInvokedFunctionExpression: { constant
DtypescriptServices.js21184 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
24943 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
153396 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
Dtsserverlibrary.js21184 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
24943 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
163168 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
Dtsserver.js20990 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
24749 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
163164 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
Dtypescript.js21184 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
24943 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
153396 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
Dtsc.js16679 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
19872 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
DtypingsInstaller.js20979 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression,
24738 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3740createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
3741createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
7349 const createImmediatelyInvokedFunctionExpression: { constant
Dtsserverlibrary.d.ts3740createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method
3741createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
11132 const createImmediatelyInvokedFunctionExpression: { constant
/third_party/typescript/src/compiler/
Dtypes.ts7441createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression;
7442createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla…