xref: /third_party/node/src/connect_wrap.cc
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/src/
11cb0ef41Sopenharmony_ci#include "connect_wrap.h"
21cb0ef41Sopenharmony_ci#include "req_wrap-inl.h"
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_cinamespace node {
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ciusing v8::Local;
71cb0ef41Sopenharmony_ciusing v8::Object;
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ciclass Environment;
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_ciConnectWrap::ConnectWrap(Environment* env,
121cb0ef41Sopenharmony_ci    Local<Object> req_wrap_obj,
131cb0ef41Sopenharmony_ci    AsyncWrap::ProviderType provider) : ReqWrap(env, req_wrap_obj, provider) {
141cb0ef41Sopenharmony_ci}
151cb0ef41Sopenharmony_ci
161cb0ef41Sopenharmony_ci}  // namespace node
17

Indexes created Thu Nov 07 10:32:03 CST 2024