Home
last modified time | relevance | path

Searched defs:functionExpression (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DawaitInNonAsyncFunction.ts14 const functionExpression = function(p: Promise<number>) { constant
/third_party/typescript/tests/baselines/reference/
DawaitInNonAsyncFunction.js14 const functionExpression = function(p: Promise<number>) { function
/third_party/typescript/src/compiler/transformers/
Des2015.ts3628 …const functionExpression = transformFunctionLikeToExpression(node, /*location*/ moveRangePos(node,… constant