Initialize typing types (call extend_class)
(ctx: &'static Context)
| 13 | |
| 14 | /// Initialize typing types (call extend_class) |
| 15 | pub fn init(ctx: &'static Context) { |
| 16 | NoDefault::extend_class(ctx, ctx.types.typing_no_default_type); |
| 17 | } |
| 18 | |
| 19 | pub fn call_typing_func_object<'a>( |
| 20 | vm: &VirtualMachine, |