| 280 | } |
| 281 | |
| 282 | int CLua::loadstring(const char *s, const char *context) |
| 283 | { |
| 284 | return loadbuffer(s, strlen(s), context); |
| 285 | } |
| 286 | |
| 287 | int CLua::execstring(const char *s, const char *context, int nresults) |
| 288 | { |
no outgoing calls
no test coverage detected