Searched defs:createImmediatelyInvokedFunctionExpression (Results 1 – 8 of 8) sorted by relevance
909 export const createImmediatelyInvokedFunctionExpression: typeof factory.createImmediatelyInvokedFun… constant
8610 createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method8611 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
4296 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method4297 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
8299 … createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression; method8300 …createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDecla… method
16867 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function
22158 function createImmediatelyInvokedFunctionExpression(statements, param, paramValue) { function