| 218 | } |
| 219 | |
| 220 | static JSThreadState *js_get_thread_state(JSRuntime *rt) |
| 221 | { |
| 222 | return (JSThreadState *)js_std_cmd(/*GetOpaque*/0, rt); |
| 223 | } |
| 224 | |
| 225 | static void js_set_thread_state(JSRuntime *rt, JSThreadState *ts) |
| 226 | { |
no outgoing calls
no test coverage detected