| 138 | } |
| 139 | |
| 140 | void VisualScriptExecutor::OnError(Node* node, Box* box, const StringView& message) |
| 141 | { |
| 142 | VisjectExecutor::OnError(node, box, message); |
| 143 | PrintStack(LogType::Error); |
| 144 | } |
| 145 | |
| 146 | VisjectExecutor::Value VisualScriptExecutor::eatBox(Node* caller, Box* box) |
| 147 | { |
nothing calls this directly
no test coverage detected