| 666 | } |
| 667 | |
| 668 | maajs::ValueType load_replay_controller(maajs::EnvType env) |
| 669 | { |
| 670 | maajs::FunctionType ctor; |
| 671 | maajs::NativeClass<ReplayControllerImpl>::init<ControllerImpl>(env, ctor, &ExtContext::get(env)->controllerCtor); |
| 672 | ExtContext::get(env)->replayControllerCtor = maajs::PersistentFunction(ctor); |
| 673 | return ctor; |
| 674 | } |
| 675 | |
| 676 | RecordControllerImpl* RecordControllerImpl::ctor(const maajs::CallbackInfo& info) |
| 677 | { |
no test coverage detected