Home
last modified time | relevance | path

Searched refs:Property_destructuring_pattern_expected (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/statements/
DforIn.test.ts201 …pect((<DiagnosticError>err).code).to.equal(DiagnosticCode.Property_destructuring_pattern_expected);
DforOf.test.ts326 …pect((<DiagnosticError>err).code).to.equal(DiagnosticCode.Property_destructuring_pattern_expected);
/arkcompiler/ets_frontend/ts2panda/src/
DsyntaxChecker.ts1375 … 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/
Dindex.js2 …ble_declaration_expected);case 9:return ce(e.Diagnostics.Property_destructuring_pattern_expected);… property