| 261 | |
| 262 | template <typename RetT> |
| 263 | struct SafeEvalData { |
| 264 | const char* str; |
| 265 | RetT* out; |
| 266 | }; |
| 267 | |
| 268 | template <typename RetT> |
| 269 | duk_ret_t eval_safe(duk_context* ctx, void* udata) |
nothing calls this directly
no outgoing calls
no test coverage detected