Home
last modified time | relevance | path

Searched full:expected_type (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/indirect_call/js_suites/type_union/
Dtest_function_return_type_union_string_apply.js23 const EXPECTED_TYPE = 'string';
28 ASSERT_EQ(typeof result, EXPECTED_TYPE);
Dtest_function_return_type_union_string_call.js23 const EXPECTED_TYPE = 'string';
28 ASSERT_EQ(typeof result, EXPECTED_TYPE);
Dtest_function_return_type_union_string_bind_with_arg.js23 const EXPECTED_TYPE = 'string';
29 ASSERT_EQ(typeof result, EXPECTED_TYPE);
Dtest_function_return_type_union_string_bind_without_arg.js23 const EXPECTED_TYPE = 'string';
29 ASSERT_EQ(typeof result, EXPECTED_TYPE);
/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml176 args: type, expected_type
178 Wrong array element type '${type}'. Expected a subtype of '${expected_type}'.
182 args: type, expected_type
184 Wrong type of array elements '${type}'. Expected '${expected_type}'.
240 args: acc_type, expected_type
242 … Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'.
246 args: suffix, return_type, expected_type
249 '${expected_type}'.
340 args: name, register, actual_type, expected_type
343 …{register} physical type is '${actual_type}'. But the expected physical type is '${expected_type}'.
[all …]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.h43 template <SpillFillType expected_type>
52 return sf->GetSpillFillType() == expected_type; in Is()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.h43 template <SpillFillType EXPECTED_TYPE>
52 return sf->GetSpillFillType() == EXPECTED_TYPE; in Is()