| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | labeledStatement.sts | 20 label1: 27 continue label1; 44 label1: 48 break label1; 50 continue label1; 65 label1: 72 break label1; 97 label1: 102 break label1;
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | labeledSwitchStatement.sts | 20 label1: 29 continue label1; 41 label1: 49 break label1;
|
| D | labeledDoWhileStatement.sts | 19 label1: 23 continue label1; 25 break label1;
|
| D | labeledForStatement.sts | 17 label1: 20 continue label1; 22 break label1;
|
| D | labeledWhileStatement.sts | 21 label1: 25 continue label1; 27 break label1;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 251 Label label1; in HWTEST_F_L0() local 254 __ B(Condition::EQ, &label1); in HWTEST_F_L0() 256 __ B(Condition::GT, &label1); in HWTEST_F_L0() 258 __ Bind(&label1); in HWTEST_F_L0() 284 Label label1; in HWTEST_F_L0() local 290 __ B(Condition::EQ, &label1); in HWTEST_F_L0() 300 __ Bind(&label1); in HWTEST_F_L0() 321 Label label1; in HWTEST_F_L0() local 324 __ Tbz(Register(X1), 15, &label1); in HWTEST_F_L0() 327 __ Cbz(Register(X3).W(), &label1); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/ |
| D | test-use-strict-2.js | 19 /* @@ label */with (o) /* @@ label1 */{} 22 /* @@@ label1 Error SyntaxError: Unexpected token '{'. */
|
| D | test-labelled-statement2.js | 21 a+=10/* @@ label1 */!! 25 /* @@@ label1 Error SyntaxError: Unexpected token '!'. */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | wrong_context_class_1.sts | 22 /* @@ label */a = /* @@ label1 */5 26 /* @@@ label1 Error TypeError: Type 'int' cannot be assigned to type 'a' */
|
| D | method_modifier_check_5.sts | 17 /* @@ label */static abstract foo(): void /* @@ label1 */{} 21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
|
| D | method_modifier_check_1.sts | 17 /* @@ label */abstract static foo(): void /* @@ label1 */{} 21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
|
| D | invalid_access_static2.sts | 23 /* @@ label */a./* @@ label1 */y(); 25 /* @@@ label1 Error TypeError: 'y' is a static property of 'G' */
|
| D | wrong_context_function_1.sts | 22 /* @@ label */a = /* @@ label1 */5 26 /* @@@ label1 Error TypeError: Type 'int' cannot be assigned to type '() => void' */
|
| D | method_modifier_check_2.sts | 17 /* @@ label */abstract final foo(): void /* @@ label1 */{} 21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
|
| D | single_statement_1.sts | 16 while(true) /* @@ label1 */let a = 1; 23 /* @@@ label1 Error SyntaxError: Lexical declaration is not allowed in single statement context */
|
| D | method_modifier_check_4.sts | 17 /* @@ label */abstract native foo(): void /* @@ label1 */{} 21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
|
| D | await_object_bad.sts | 18 return /* @@ label1 */null; 22 /* @@@ label1 Error TypeError: Type 'null' is not compatible with the enclosing method's return typ…
|
| D | n_arrayHoldingNullValue.sts | 18 let d: char[] = /* @@ label1 */null; 22 /* @@@ label1 Error TypeError: Type 'null' cannot be assigned to type 'char[]' */
|
| D | unexpected_token_8.sts | 18 } catch (e: number /* @@ label1 */{/* @@ label2 */} 20 /* @@@ label1 Error SyntaxError: Unexpected token, expected: ')'. */
|
| D | method_modifier_check_3.sts | 17 /* @@ label */abstract override foo(): void /* @@ label1 */{} 21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
|
| D | await_argument_null.sts | 18 return /* @@ label1 */null; 22 /* @@@ label1 Error TypeError: Type 'null' is not compatible with the enclosing method's return typ…
|
| D | try_catch_alive_9.sts | 22 } finally /* @@ label1 */{ 28 /* @@@ label1 Warning Warning: Finally clause cannot complete normally */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | test-ts-type-predicate5.ts | 17 function function1(is: number | string): asserts (number | string) /* @@ label */{ /* @@ label1 */r… 20 /* @@@ label1 Error SyntaxError: return keyword should be used in function body */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | objectLiteralNoContextType.sts | 16 let /* @@ label */x = /* @@ label1 */{}; 19 /* @@@ label1 Error TypeError: Target type for class composite needs to be an object type, found '*…
|
| D | infinityNarrowing.sts | 18 export const shortInf: short = /* @@ label1 */1.0 / 0.0 21 /* @@@ label1 Error TypeError: Type 'double' cannot be assigned to type 'short' */
|