| 233 | } |
| 234 | |
| 235 | maajs::ValueType ContextImpl::locate_object(maajs::EnvType env, MaaContext* ctx) |
| 236 | { |
| 237 | return maajs::CallCtorHelper(ExtContext::get(env)->contextCtor, std::to_string(reinterpret_cast<uintptr_t>(ctx))); |
| 238 | } |
| 239 | |
| 240 | ContextImpl* ContextImpl::ctor(const maajs::CallbackInfo& info) |
| 241 | { |
nothing calls this directly
no test coverage detected