Home
last modified time | relevance | path

Searched refs:functionExpression (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DawaitInNonAsyncFunction.js14 const functionExpression = function(p: Promise<number>) { function
55 const functionExpression = function (p) {
DawaitInNonAsyncFunction.symbols28 const functionExpression = function(p: Promise<number>) {
29 >functionExpression : Symbol(functionExpression, Decl(awaitInNonAsyncFunction.ts, 12, 5))
DawaitInNonAsyncFunction.types30 const functionExpression = function(p: Promise<number>) {
31 >functionExpression : (p: Promise<number>) => void
DawaitInNonAsyncFunction.errors.txt44 const functionExpression = function(p: Promise<number>) {
/third_party/typescript/src/services/codefixes/
DconvertFunctionToEs6Class.ts188 …function createFunctionExpressionMember(members: ClassElement[], functionExpression: FunctionExpre…
189 …t fullModifiers = concatenate(modifiers, getModifierKindFromSource(functionExpression, SyntaxKind.…
191 …/*typeParameters*/ undefined, functionExpression.parameters, /*type*/ undefined, functionExpressio…
/third_party/typescript/tests/cases/compiler/
DawaitInNonAsyncFunction.ts14 const functionExpression = function(p: Promise<number>) { constant
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Dtry_catch.js42 const anonymousFun = babelTypes.functionExpression(
/third_party/typescript/src/compiler/transformers/
Des2015.ts3628 …const functionExpression = transformFunctionLikeToExpression(node, /*location*/ moveRangePos(node,… constant
3629 … setEmitFlags(functionExpression, EmitFlags.NoLeadingComments | getEmitFlags(functionExpression));
3633 functionExpression
/third_party/typescript/lib/
Dtsc.js88573 …var functionExpression = transformFunctionLikeToExpression(node, ts.moveRangePos(node, -1), undefi…
88574 ts.setEmitFlags(functionExpression, 512 | ts.getEmitFlags(functionExpression));
88575 … return ts.setTextRange(factory.createPropertyAssignment(node.name, functionExpression), node);
DtypingsInstaller.js105999 …var functionExpression = transformFunctionLikeToExpression(node, /*location*/ ts.moveRangePos(node…
106000 …ts.setEmitFlags(functionExpression, 512 /* EmitFlags.NoLeadingComments */ | ts.getEmitFlags(functi…
106001 return ts.setTextRange(factory.createPropertyAssignment(node.name, functionExpression),