/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 909 …export const createImmediatelyInvokedFunctionExpression = Debug.deprecate(factory.createImmediatel… constant
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 475 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/ |
D | typescript.d.ts | 3624 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 3625 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 7102 const createImmediatelyInvokedFunctionExpression: { constant
|
D | typescriptServices.d.ts | 3624 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 3625 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 7102 const createImmediatelyInvokedFunctionExpression: { constant
|
D | tsserverlibrary.d.ts | 3624 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 3625 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 10847 const createImmediatelyInvokedFunctionExpression: { constant
|
D | typescriptServices.js | 21184 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 24943 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function 153396 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
|
D | tsserverlibrary.js | 21184 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 24943 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function 163168 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
|
D | tsserver.js | 20990 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 24749 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function 163164 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
|
D | typescript.js | 21184 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 24943 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function 153396 …ts.createImmediatelyInvokedFunctionExpression = ts.Debug.deprecate(ts.factory.createImmediatelyInv…
|
D | tsc.js | 16679 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 19872 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
|
D | typingsInstaller.js | 20979 createImmediatelyInvokedFunctionExpression: createImmediatelyInvokedFunctionExpression, 24738 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3740 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 3741 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 7349 const createImmediatelyInvokedFunctionExpression: { constant
|
D | tsserverlibrary.d.ts | 3740 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method 3741 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method 11132 const createImmediatelyInvokedFunctionExpression: { constant
|
/third_party/typescript/src/compiler/ |
D | types.ts | 7441 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; 7442 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla…
|