(&mut self, ctx: Context<'gc>)
| 47 | } |
| 48 | |
| 49 | pub fn init(&mut self, ctx: Context<'gc>) { |
| 50 | self.string = string::define_string_methods(ctx); |
| 51 | self.array = array::define_array_methods(ctx); |
| 52 | } |
| 53 | |
| 54 | pub fn invoke_string_method( |
| 55 | &self, |
no test coverage detected