Searched refs:Property_destructuring_pattern_expected (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | forIn.test.ts | 201 …pect((<DiagnosticError>err).code).to.equal(DiagnosticCode.Property_destructuring_pattern_expected);
|
| D | forOf.test.ts | 326 …pect((<DiagnosticError>err).code).to.equal(DiagnosticCode.Property_destructuring_pattern_expected);
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | syntaxChecker.ts | 1375 … throw new DiagnosticError(target, DiagnosticCode.Property_destructuring_pattern_expected, file); 1382 … throw new DiagnosticError(target, DiagnosticCode.Property_destructuring_pattern_expected, file); 1393 … throw new DiagnosticError(target, DiagnosticCode.Property_destructuring_pattern_expected, file); 1421 … throw new DiagnosticError(element, DiagnosticCode.Property_destructuring_pattern_expected, file); 1431 … throw new DiagnosticError(element, DiagnosticCode.Property_destructuring_pattern_expected, file); 1438 … throw new DiagnosticError(element, DiagnosticCode.Property_destructuring_pattern_expected, file); 1447 … throw new DiagnosticError(element, DiagnosticCode.Property_destructuring_pattern_expected, file);
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ble_declaration_expected);case 9:return ce(e.Diagnostics.Property_destructuring_pattern_expected);… property
|