0975e520db
[INTERPRETER] * NEW: JIT: Add an API for throwing type mismatch errors. * BUG: Raise a type mismatch error when converting a function to a variant. Don't panic anymore. [GB.JIT] * BUG: Handle function datatype by raising a type mismatch error.