Home
last modified time | relevance | path

Searched full:label4 (Results 1 – 25 of 57) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Drest_parameter_08.ets23 /* @@ label4 */sum(11,12,13,15,16)
32 /* @@@ label4 Error TypeError: Expected 4 arguments, got 5. */
33 /* @@@ label4 Error TypeError: No matching call signature for sum(int, int, int, int, int) */
Drequired_multiple_fields.ets32 let x4: Required<I> = /* @@ label4 */{i: 1.9};
39 /* @@@ label4 Error TypeError: Class property 'j' needs to be initialized for Required<I>. */
40 /* @@@ label4 Error TypeError: Class property 'k' needs to be initialized for Required<I>. */
Duser_defined_25.ets18 /* @@ label4 */}
24 /* @@@ label4 Error SyntaxError: Identifier expected. */
Duser_defined_7.ets18 /* @@ label4 */}
25 /* @@@ label4 Error SyntaxError: Identifier expected. */
Dunexpected_token_33.ets16 class G /* @@ label */T/* @@ label1 */, S /* @@ label2 */extends T/* @@ label3 */> /* @@ label4 */{}
24 /* @@@ label4 Error SyntaxError: Unexpected token '{'. */
DMultipleFunctionErrors.ets20 /* @@ label3 */return /* @@ label4 */77;
28 /* @@@ label4 Error SyntaxError: Unexpected token '77'. */
Dambient_indexer_7.ets29 /* @@@ label4 Error SyntaxError: Expected '}', got 'end of stream'. */
30 /* @@ label4 */
Dambient_indexer_8.ets20 /* @@ label4 */function main/* @@ label6 */() {
28 /* @@@ label4 Error SyntaxError: Return type of index signature from exported class or interface ne…
Dlabeled.ets21 L4: /* @@ label3 */L5: /* @@ label4 */L6: /* @@ label5 */this.a += 1;
30 /* @@@ label4 Error SyntaxError: Label must be followed by a loop statement. */
Dunexpected_token_37.ets19 } finally /* @@ label4 */{
30 /* @@@ label4 Error SyntaxError: Unexpected token '{'. */
Dmethod_full.ets27 protected static foo_final/* @@ label4 */(i : int): boolean {
37 /* @@@ label4 Error TypeError: Function with a non void return type must return a value. */
Dkeyof_parameter.ets27 /* @@ label3 */getProperty(a, /* @@ label4 */"other method");
34 /* @@@ label4 Error TypeError: Type '"other method"' is not compatible with type '"method1"|"field1…
Dkeyof_applied_to_other.ets30 type keyofFunction = keyof /* @@ label4 */foo/* @@ label5 */;
38 /* @@@ label4 Error TypeError: Cannot find type 'foo'. */
Dkeyof_smartcast.ets39 /* @@ label3 */foo(/* @@ label4 */"other field");
46 /* @@@ label4 Error TypeError: Type '"other field"' is not compatible with type '"abcd"|A|undefined…
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dop-18.pa38 jeq a3, label4
40 label4:
/arkcompiler/runtime_core/tests/cts-assembly/
Dop-18.pa38 jeq a3, label4
40 label4:
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
Dinitializer_block_namesapce03.sts24 catch(e) {/* @@ label4 */throw new Error()}
31 /* @@@ label4 Error SyntaxError: Unhandled throw statement. */
Dvariance_typeparam_class.ets39 returnTypeFunc2():/* @@ label4 */B<T2,T1,T3>{ //CTE
58 /* @@@ label4 Error TypeError: Type Parameter 'T2' is declared as 'out' but occurs in 'in' position…
59 /* @@@ label4 Error TypeError: Type Parameter 'T1' is declared as 'in' but occurs in 'out' position…
Dvariance_typeparam_transmit.ets29 readonly readonlyfield10:/* @@ label4 */B<T1>; //CTE
37 /* @@@ label4 Error TypeError: Type Parameter 'T1' is declared as 'in' but occurs in 'invariant' po…
DobjectLiteral_abstract_class.ets37 let x4:C2 = /* @@ label4 */{field1:1000, field2:"some str"};
44 /* @@@ label4 Error TypeError: Type C2 has no parameterless constructor. Initialization with litera…
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/extension_accessor_tests/
DextensionGetterOnly.ets26 ++new A()./* @@ label4 */field;
31 /* @@@ label4 Error TypeError: Cannot assign to this property because it is readonly. */
DextensionGetterOnly2.ets34 ++new A()./* @@ label4 */field;
39 /* @@@ label4 Error TypeError: Cannot assign to this property because it is readonly. */
DextensionSetterOnly2.ets36 /* @@ label4 */new A().field = 1.23
41 /* @@@ label4 Error TypeError: Can't find the extension accessor. */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dunexpected_token_17.ts16 abstract /* @@ label */foo/* @@ label1 */(1 /* @@ label2 */> 0/* @@ label3 */) /* @@ label4 */{
25 /* @@@ label4 Error SyntaxError: Unexpected token. */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/
Dmethod_full.ets27 protected static foo_final/* @@ label4 */(i : int): boolean {
37 /* @@@ label4 Error TypeError: Function with a non void return type must return a value. */

123