Home
last modified time | relevance | path

Searched defs:createImmediatelyInvokedArrowFunction (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts912 export const createImmediatelyInvokedArrowFunction: typeof factory.createImmediatelyInvokedArrowFun… constant
/third_party/typescript/src/compiler/
Dtypes.ts8612 createImmediatelyInvokedArrowFunction(statements: readonly Statement[]): CallExpression; method
8613createImmediatelyInvokedArrowFunction(statements: readonly Statement[], param: ParameterDeclaratio… method
/third_party/typescript/lib/
Dtypescript.d.ts4298 createImmediatelyInvokedArrowFunction(statements: readonly Statement[]): CallExpression; method
4299createImmediatelyInvokedArrowFunction(statements: readonly Statement[], param: ParameterDeclaratio… method
Dtsserverlibrary.d.ts8301 createImmediatelyInvokedArrowFunction(statements: readonly Statement[]): CallExpression; method
8302createImmediatelyInvokedArrowFunction(statements: readonly Statement[], param: ParameterDeclaratio… method
DtypingsInstaller.js16882 function createImmediatelyInvokedArrowFunction(statements, param, paramValue) { function
Dtsc.js22173 function createImmediatelyInvokedArrowFunction(statements, param, paramValue) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4298 createImmediatelyInvokedArrowFunction(statements: readonly Statement[]): CallExpression; method
4299createImmediatelyInvokedArrowFunction(statements: readonly Statement[], param: ParameterDeclaratio… method
Dtsserverlibrary.d.ts8301 createImmediatelyInvokedArrowFunction(statements: readonly Statement[]): CallExpression; method
8302createImmediatelyInvokedArrowFunction(statements: readonly Statement[], param: ParameterDeclaratio… method