Searched refs:on_message_func (Results 1 – 1 of 1) sorted by relevance
119 JSValue on_message_func; member2187 func = JS_DupValue(ctx, port->on_message_func); in handle_posted_message()2286 if (!JS_IsNull(port->on_message_func)) { in js_os_poll()2313 if (!JS_IsNull(port->on_message_func)) { in js_os_poll()3204 JS_FreeValueRT(rt, port->on_message_func); in js_free_port()3485 port->on_message_func = JS_NULL; in js_worker_set_onmessage()3489 JS_FreeValue(ctx, port->on_message_func); in js_worker_set_onmessage()3490 port->on_message_func = JS_DupValue(ctx, func); in js_worker_set_onmessage()3503 return JS_DupValue(ctx, port->on_message_func); in js_worker_get_onmessage()