| 145 | } |
| 146 | |
| 147 | maajs::ValueType load_client(maajs::EnvType env) |
| 148 | { |
| 149 | maajs::FunctionType ctor; |
| 150 | maajs::NativeClass<ClientImpl>::init(env, ctor); |
| 151 | ExtContext::get(env)->clientCtor = maajs::PersistentFunction(ctor); |
| 152 | return ctor; |
| 153 | } |
no test coverage detected