(&mut self)
| 156 | } |
| 157 | |
| 158 | pub fn get_context(&mut self) -> Context<'gc> { |
| 159 | Context { |
| 160 | mutation: self.mc, |
| 161 | strings: self.strings, |
| 162 | } |
| 163 | } |
| 164 | |
| 165 | pub fn import_module(&mut self, path: InternedString<'gc>) -> Result<(), VmError> { |
| 166 | // Get the simple name (last component) from the path |
no outgoing calls
no test coverage detected