| 273 | } |
| 274 | |
| 275 | maajs::ValueType load_context(maajs::EnvType env) |
| 276 | { |
| 277 | maajs::FunctionType ctor; |
| 278 | maajs::NativeClass<ContextImpl>::init(env, ctor); |
| 279 | ExtContext::get(env)->contextCtor = maajs::PersistentFunction(ctor); |
| 280 | return ctor; |
| 281 | } |
no test coverage detected