| 956 | } |
| 957 | |
| 958 | ScriptingApi::Content* JavascriptProcessor::getContent() |
| 959 | { |
| 960 | return dynamic_cast<ProcessorWithScriptingContent*>(this)->getScriptingContent(); |
| 961 | } |
| 962 | |
| 963 | const ScriptingApi::Content* JavascriptProcessor::getContent() const |
| 964 | { |
nothing calls this directly
no test coverage detected