Home
last modified time | relevance | path

Searched refs:InOperator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/utils/consts/
DProblems.ts37 InOperator, enumerator
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DProblems.ts20 ThrowStatement, IndexedAccessType, UnknownType, ForInStatement, InOperator, enumerator
84 faultsAttrs[FaultID.InOperator] = {cookBookRef: '66',};
DTypeScriptLinterConfig.ts55 LinterConfig.nodeDesc[FaultID.InOperator] = '"in" operations';
176 …[ts.SyntaxKind.InKeyword, FaultID.InOperator], [ts.SyntaxKind.CallSignature, FaultID.CallSignature…
/arkcompiler/ets_frontend/ets2panda/linter/src/
DFaultDesc.ts40 faultDesc[FaultID.InOperator] = '"in" operations';
DFaultAttrs.ts62 faultsAttrs[FaultID.InOperator] = { cookBookRef: '66' };
DTypeScriptLinterConfig.ts84 …[ts.SyntaxKind.InKeyword, FaultID.InOperator], [ts.SyntaxKind.CallSignature, FaultID.CallSignature…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Drecipes.rst1879 :keywords: InOperator