| 3308 | } |
| 3309 | |
| 3310 | void ScriptUnlocker::RefObject::setProductCheckFunction(var f) |
| 3311 | { |
| 3312 | pcheck = WeakCallbackHolder(getScriptProcessor(), this, f, 1); |
| 3313 | pcheck.incRefCount(); |
| 3314 | pcheck.setThisObject(this); |
| 3315 | } |
| 3316 | |
| 3317 | juce::var ScriptUnlocker::RefObject::loadKeyFile() |
| 3318 | { |
nothing calls this directly
no test coverage detected