Home
last modified time | relevance | path

Searched full:label1 (Results 1 – 25 of 105) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DlabeledStatement.sts20 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/
DlabeledSwitchStatement.sts20 label1:
29 continue label1;
41 label1:
49 break label1;
DlabeledDoWhileStatement.sts19 label1:
23 continue label1;
25 break label1;
DlabeledForStatement.sts17 label1:
20 continue label1;
22 break label1;
DlabeledWhileStatement.sts21 label1:
25 continue label1;
27 break label1;
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp251 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/
Dtest-use-strict-2.js19 /* @@ label */with (o) /* @@ label1 */{}
22 /* @@@ label1 Error SyntaxError: Unexpected token '{'. */
Dtest-labelled-statement2.js21 a+=10/* @@ label1 */!!
25 /* @@@ label1 Error SyntaxError: Unexpected token '!'. */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dwrong_context_class_1.sts22 /* @@ label */a = /* @@ label1 */5
26 /* @@@ label1 Error TypeError: Type 'int' cannot be assigned to type 'a' */
Dmethod_modifier_check_5.sts17 /* @@ label */static abstract foo(): void /* @@ label1 */{}
21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
Dmethod_modifier_check_1.sts17 /* @@ label */abstract static foo(): void /* @@ label1 */{}
21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
Dinvalid_access_static2.sts23 /* @@ label */a./* @@ label1 */y();
25 /* @@@ label1 Error TypeError: 'y' is a static property of 'G' */
Dwrong_context_function_1.sts22 /* @@ label */a = /* @@ label1 */5
26 /* @@@ label1 Error TypeError: Type 'int' cannot be assigned to type '() => void' */
Dmethod_modifier_check_2.sts17 /* @@ label */abstract final foo(): void /* @@ label1 */{}
21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
Dsingle_statement_1.sts16 while(true) /* @@ label1 */let a = 1;
23 /* @@@ label1 Error SyntaxError: Lexical declaration is not allowed in single statement context */
Dmethod_modifier_check_4.sts17 /* @@ label */abstract native foo(): void /* @@ label1 */{}
21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
Dawait_object_bad.sts18 return /* @@ label1 */null;
22 /* @@@ label1 Error TypeError: Type 'null' is not compatible with the enclosing method's return typ…
Dn_arrayHoldingNullValue.sts18 let d: char[] = /* @@ label1 */null;
22 /* @@@ label1 Error TypeError: Type 'null' cannot be assigned to type 'char[]' */
Dunexpected_token_8.sts18 } catch (e: number /* @@ label1 */{/* @@ label2 */}
20 /* @@@ label1 Error SyntaxError: Unexpected token, expected: ')'. */
Dmethod_modifier_check_3.sts17 /* @@ label */abstract override foo(): void /* @@ label1 */{}
21 /* @@@ label1 Error TypeError: Native, Abstract and Declare methods cannot have body. */
Dawait_argument_null.sts18 return /* @@ label1 */null;
22 /* @@@ label1 Error TypeError: Type 'null' is not compatible with the enclosing method's return typ…
Dtry_catch_alive_9.sts22 } finally /* @@ label1 */{
28 /* @@@ label1 Warning Warning: Finally clause cannot complete normally */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-ts-type-predicate5.ts17 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/
DobjectLiteralNoContextType.sts16 let /* @@ label */x = /* @@ label1 */{};
19 /* @@@ label1 Error TypeError: Target type for class composite needs to be an object type, found '*…
DinfinityNarrowing.sts18 export const shortInf: short = /* @@ label1 */1.0 / 0.0
21 /* @@@ label1 Error TypeError: Type 'double' cannot be assigned to type 'short' */

12345