Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/
Dmessages.yaml264 args: type, possible_types
266 …rong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types}.
288 args: acc_type, possible_types
290 Accumulator is of incompatible type '${acc_type}'. Possible types are ${possible_types}.
296 args: acc_elt_type, possible_types
299 …${possible_types}. Instruction 'checkcast' will always throw an exception here. It may be a sign of
305 args: acc_type, possible_types
307 … Accumulator seems to be of incompatible type '${acc_type}'. Possible types are ${possible_types}.
312 args: type, possible_types
314 …or 'isinstance'. It is a non-object/non-array type '${type}'. Possible types are ${possible_types}.
[all …]