| 403 | } |
| 404 | |
| 405 | maajs::ValueType load_controller(maajs::EnvType env) |
| 406 | { |
| 407 | maajs::FunctionType ctor; |
| 408 | maajs::NativeClass<ControllerImpl>::init(env, ctor); |
| 409 | ExtContext::get(env)->controllerCtor = maajs::PersistentFunction(ctor); |
| 410 | return ctor; |
| 411 | } |
| 412 | |
| 413 | std::string AdbControllerImpl::agent_path() |
| 414 | { |
no test coverage detected