MCPcopy Create free account
hub / github.com/buke/quickjs-go / js_get_thread_state

Function js_get_thread_state

deps/quickjs/quickjs-libc.c:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

js_evalScriptFunction · 0.85
js_std_file_finalizerFunction · 0.85
js_new_std_fileFunction · 0.85
js_std_file_getFunction · 0.85
js_std_file_closeFunction · 0.85
js_std_initFunction · 0.85
is_main_threadFunction · 0.85
js_os_setReadHandlerFunction · 0.85
js_os_signalFunction · 0.85
js_os_setTimeoutFunction · 0.85
js_os_clearTimeoutFunction · 0.85
js_os_sleepAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected