| 644 | } |
| 645 | |
| 646 | maajs::ValueType load_dbg_controller(maajs::EnvType env) |
| 647 | { |
| 648 | maajs::FunctionType ctor; |
| 649 | maajs::NativeClass<DbgControllerImpl>::init<ControllerImpl>(env, ctor, &ExtContext::get(env)->controllerCtor); |
| 650 | ExtContext::get(env)->dbgControllerCtor = maajs::PersistentFunction(ctor); |
| 651 | return ctor; |
| 652 | } |
| 653 | |
| 654 | ReplayControllerImpl* ReplayControllerImpl::ctor(const maajs::CallbackInfo& info) |
| 655 | { |
no test coverage detected