| 375 | } |
| 376 | |
| 377 | void ResourceImpl::gc_mark(maajs::NativeMarkerFunc marker) |
| 378 | { |
| 379 | for (const auto& [_, ctx] : sinks) { |
| 380 | marker(ctx->fn); |
| 381 | } |
| 382 | } |
| 383 | |
| 384 | ResourceImpl* ResourceImpl::ctor(const maajs::CallbackInfo& info) |
| 385 | { |
nothing calls this directly
no outgoing calls
no test coverage detected