Branch: Tag:

2013-05-26

2013-05-26 14:43:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Type-checker: Added check_call_svalue().

This function is analogous to lower_new_check_call(), but
with an actual argument value instead of an argument type.
It is intended to be used for run-time type checking.

267:   struct pike_type *soft_cast(struct pike_type *soft_type,    struct pike_type *orig_type,    int flags); + struct pike_type *check_call_svalue(struct pike_type *fun_type, +  INT32 flags, +  struct svalue *sval);   struct pike_type *low_new_check_call(struct pike_type *fun_type,    struct pike_type *arg_type,    INT32 flags,