Home
last modified time | relevance | path

Searched refs:client_obj (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dconnection_wrap.cc51 Local<Object> client_obj; in OnConnection() local
53 .ToLocal(&client_obj)) in OnConnection()
58 ASSIGN_OR_RETURN_UNWRAP(&wrap, client_obj); in OnConnection()
67 client_handle = client_obj; in OnConnection()