| 44 | } |
| 45 | |
| 46 | bool ProcessorWithScriptingContent::objectsCanBeCreated() const |
| 47 | { |
| 48 | return allowObjectConstructors; |
| 49 | } |
| 50 | |
| 51 | int ProcessorWithScriptingContent::getCallbackEditorStateOffset() const |
| 52 | { return Processor::EditorState::numEditorStates; } |
no outgoing calls
no test coverage detected