Home
last modified time | relevance | path

Searched refs:LambdaWithTypeParameters (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/utils/consts/
DProblems.ts44 LambdaWithTypeParameters, enumerator
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DProblems.ts23 LambdaWithTypeParameters, ClassExpression, DestructuringAssignment, enumerator
74 faultsAttrs[FaultID.LambdaWithTypeParameters] = {migratable: true, cookBookRef: '49',};
DTypeScriptLinterConfig.ts63 … LinterConfig.nodeDesc[FaultID.LambdaWithTypeParameters] = 'Lambda function with type parameters';
DTypeScriptLinter.ts877 this.incrementCounters(funcExpr, FaultID.LambdaWithTypeParameters);
905 this.incrementCounters(node, FaultID.LambdaWithTypeParameters);
/arkcompiler/ets_frontend/ets2panda/linter/src/
DFaultDesc.ts47 faultDesc[FaultID.LambdaWithTypeParameters] = 'Lambda function with type parameters';
DFaultAttrs.ts52 faultsAttrs[FaultID.LambdaWithTypeParameters] = { migratable: true, cookBookRef: '49' };
DTypeScriptLinter.ts737 this.incrementCounters(funcExpr, FaultID.LambdaWithTypeParameters);
764 this.incrementCounters(node, FaultID.LambdaWithTypeParameters);
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Drecipes.rst1373 :keywords: LambdaWithTypeParameters