Searched refs:response_end (Results 1 – 4 of 4) sorted by relevance
70 static napi_value response_end(napi_env env, napi_callback_info info);
335 ServerResponse.prototype._end = unit_lib.response_end;
104 WebSocketConnection.prototype._end = unit_lib.response_end;
187 napi.set_named_property(exports, "response_end", response_end); in init()1008 Unit::response_end(napi_env env, napi_callback_info info) in response_end() function in Unit